@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Component
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
id
The component id.
|
java.lang.String |
name
The components name.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
active
The active state at start time.
|
java.lang.String |
localeID
Represents the Locale ID. see:
http://www.oracle.com/technetwork/java/javase/locales-137662.html
|
java.lang.String |
resourceBundleLocation
Represents the location of your resource bundle file.
|
java.lang.String |
targetLayout
Deprecated.
|
public abstract java.lang.String name
public abstract java.lang.String id
public abstract boolean active
@Deprecated public abstract java.lang.String targetLayout
public abstract java.lang.String resourceBundleLocation
public abstract java.lang.String localeID