@Retention(value=RUNTIME)
@Target(value=java.lang.annotation.ElementType.PACKAGE)
@Documented
public @interface Subsystem
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
prefix
The associated prefix for this subsystem.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
appCode
The associated application code (namespace) for this subsytem.
|