Uses of Enum
org.apache.sling.models.annotations.injectorspecific.InjectionStrategy
Packages that use InjectionStrategy
Package
Description
-
Uses of InjectionStrategy in org.apache.sling.models.annotations.injectorspecific
Methods in org.apache.sling.models.annotations.injectorspecific that return InjectionStrategyModifier and TypeMethodDescriptionstatic InjectionStrategy
Returns the enum constant of this type with the specified name.static InjectionStrategy[]
InjectionStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InjectionStrategy in org.apache.sling.models.spi.injectorspecific
Methods in org.apache.sling.models.spi.injectorspecific that return InjectionStrategyModifier and TypeMethodDescriptionAbstractInjectAnnotationProcessor2.getInjectionStrategy()
InjectAnnotationProcessor2.getInjectionStrategy()
Tries to get the information whether the injection is optional.