@Version(value="1.1.2")
| Enum | Description | 
|---|---|
| DefaultInjectionStrategy | 
| Annotation Type | Description | 
|---|---|
| Default | 
 Default value for an injection. 
 | 
| Filter | 
 Provide a filter on an @Inject. 
 | 
| Model | 
 Mark a class as adaptable via Sling Models. 
 | 
| Optional | 
 Marker annotation for optional injections. 
 | 
| Path | 
 Provide a path on an @Inject. 
 | 
| Required | 
 Marker annotation for required injections. 
 | 
| Source | 
 Annotation which indicates the specific injector which will populate this injection. 
 | 
| Via | 
 Indicate that this injection point should be handled using a projected
 property of the adaptable. 
 | 
Copyright © 2014 The Apache Software Foundation. All rights reserved.