Annotation Type Property


  • @Documented
    @Retention(RUNTIME)
    @Target({})
    public @interface Property
    The annotation that inject a property value.
    Since:
    3.4.2
    Author:
    Kazuki Shimizu
    See Also:
    CacheNamespace
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      Returns the property name.
      java.lang.String value
      Returns the property value or placeholder.
    • Element Detail

      • name

        java.lang.String name
        Returns the property name.
        Returns:
        the property name
      • value

        java.lang.String value
        Returns the property value or placeholder.
        Returns:
        the property value or placeholder