@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Component
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
type
The component type.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
bindings
Bindings for the component.
|
java.lang.String |
id
The component's id.
|
boolean |
inheritInformalParameters
If true, then the component inherits informal parameters from its container.
|
public abstract java.lang.String type
public abstract java.lang.String id
public abstract boolean inheritInformalParameters
public abstract java.lang.String[] bindings
name=binding refernce
, where the binding reference is
the same kind of string (possibly with a prefix such as "ognl:" or "message:" as would appear
in a specification.