|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface Meta
Allows meta-data information about the page or component to be specified.
Required Element Summary | |
---|---|
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. |
Element Detail |
---|
public abstract java.lang.String[] value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |