@Version(value="1.2.0")
| Enum | Description |
|---|---|
| DefaultInjectionStrategy | |
| ValidationStrategy |
Used by the
Model annotation. |
| 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 path(s) 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 © 2015 The Apache Software Foundation. All rights reserved.