Annotation Interface Property


@Retention(RUNTIME) @Target(TYPE) public @interface Property

A property is made of a key and a value. Values can either be litterals or expanded values. Expanded values are denoted by curly braces, any such property value will be dereferenced against the instance of the annotated class and used.

Version:
$Revision$
Author:
Julien Viet
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description