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
    String name
    Returns the property name.
    String value
    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