Skip to content

Commit

Permalink
Update Attributes.cs (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored Dec 23, 2023
1 parent 559f928 commit 31f5b8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Jab/Attributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public ScopedAttribute(Type serviceType, Type implementationType)
#if JAB_ATTRIBUTES_PACKAGE
public
#else
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Jab", null)]
internal
#endif
class FromNamedServicesAttribute : Attribute
Expand Down Expand Up @@ -280,6 +281,7 @@ interface INamedServiceProvider<T>
#if JAB_ATTRIBUTES_PACKAGE
public
#else
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Jab", null)]
internal
#endif
static class JabHelpers
Expand All @@ -294,4 +296,4 @@ public static InvalidOperationException CreateServiceNotFoundException(Type type
}
}

#endif
#endif

0 comments on commit 31f5b8e

Please sign in to comment.