org.apache.beehive.controls.api.packaging
Annotation Type ManifestAttribute
@Target(value=TYPE)
public @interface ManifestAttribute
The ManifestAttribute annotation type defines a JSR-175 syntax for specifying JAR
manifest attributes associated with a control type. The Beehive Controls packaging
support will process these annotation during the construction of a JAR file that
contains Controls.
Required Element Summary |
String |
name
|
String |
value
|
name
public abstract String name
value
public abstract String value