|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={SUPERPACKAGE,TYPE})
@Retention(value=RUNTIME)
public @interface ModuleAttributesIndicates an array of attributes of a module definition. This metadata annotation is applied to the development module, i.e. the superpackage construct.
For example,
@ModuleAttributes({
@ModuleAttribute(name="org.opensource.license", value="GPL"),
@ModuleAttribute(name="java.magic.number", value="CAFEBABE")
})
superpackage com.wombat.xyz {
...
}
ModuleAttribute| Required Element Summary | |
|---|---|
ModuleAttribute[] |
value
Array of module attributes. |
| Element Detail |
|---|
public abstract ModuleAttribute[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||