Annotation Type AttributeConfig


  • public @interface AttributeConfig
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String name
      Returns the name of the attribute.
      java.lang.String value
      Returns the value of the attribute.
    • Element Detail

      • name

        java.lang.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

        java.lang.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:
        ""