JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
Package
org.apache.sling.models.annotations
Annotation Type Path
@Target
({
FIELD
,
METHOD
,
PARAMETER
})
@Retention
(
RUNTIME
)
@Qualifier
public @interface
Path
Provide path(s) on an @Inject. Not necessarily tied to the Resource Path injector (thus no @Source annotation), may be reused for other injector types.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
paths
String
value
Element Details
value
String
value
Default:
""
paths
String
[]
paths
Default:
{}