Annotation Interface Property


@Deprecated(forRemoval=true) @Retention(RUNTIME) @Target(TYPE) @Documented public @interface Property
Deprecated, for removal: This API element is subject to removal in a future version.
Use Property instead.
Configures a property.
Author:
Paul Ferraro
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    The property name.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The property value.
  • Element Details

    • name

      String name
      Deprecated, for removal: This API element is subject to removal in a future version.
      The property name.
      Returns:
      the property name
    • value

      String value
      Deprecated, for removal: This API element is subject to removal in a future version.
      The property value.
      Returns:
      the property value