Annotation Interface Property


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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the property name.
    Returns the property value or placeholder.
  • Element Details

    • name

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

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