@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface Meta
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
Meta-data is specified as a series of key value pairs; each string is such a pair, with an
equals sign seperating the two.
|
public abstract java.lang.String[] value