Annotation Type Configuration
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Configuration
Marks an annotation class to be useable with Sling context-aware configuration.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
collection
java.lang.String
description
java.lang.String
label
java.lang.String
name
java.lang.String[]
property
-