Annotation Type AttributeConfig


public @interface AttributeConfig
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the name of the attribute.
    Returns the value of the attribute.
  • Element Details

    • name

      String name
      Returns 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 value
      Returns the value of the attribute.
      Returns:
      The value of the attribute
      Since:
      com.adobe.cq.wcm.core.components.config 2.0.0
      Default:
      ""