Annotation Type AttributeConfig
public @interface AttributeConfig
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameReturns the name of the attribute.- Returns:
- The name of the attribute - if left empty the attribute won't be rendered out
- Since:
- com.adobe.cq.wcm.core.components.config 2.0.0
- Default:
""
-
value
String valueReturns the value of the attribute.- Returns:
- The value of the attribute
- Since:
- com.adobe.cq.wcm.core.components.config 2.0.0
- Default:
""
-