Annotation Type Via
Indicate that this injection point should be handled using some value
derived from the adaptable.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends ViaProviderType>
The specific ViaProvider which will handle retrieval of the adaptable.A string value which the via provider uses to determine the correct adaptable.
-
Element Details
-
value
String valueA string value which the via provider uses to determine the correct adaptable.- Returns:
- Via name
- Default:
- ""
-
type
Class<? extends ViaProviderType> typeThe specific ViaProvider which will handle retrieval of the adaptable.- Returns:
- Provider class
- Default:
- org.apache.sling.models.annotations.via.BeanProperty.class
-