Uses of Annotation Type
org.apache.sling.models.annotations.Source

Packages that use Source
  • Uses of Source in org.apache.sling.models.annotations

    Classes in org.apache.sling.models.annotations with annotations of type Source
    Modifier and Type
    Class
    Description
    @interface 
    Provide a filter on an @Inject.
  • Uses of Source in org.apache.sling.models.annotations.injectorspecific

    Modifier and Type
    Class
    Description
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a child resource
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject an OSGi service
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a request attribute.
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a resource by path(s).
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a script variable (from the org.apache.sling.api.scripting.SlingBindings)
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject the adaptable itself, or an object that can be adapted from it.
    @interface 
    Injects common Sling objects that can be derived from either a SlingHttpServletRequest, a ResourceResolver or a Resource.
    @interface 
    Annotation to be used on either methods, fields or constructor parameter to let Sling Models inject a value from the ValueMap of the current resource.