@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface ComponentClass
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowBody
If true (the default), then the defined component will allow and use it's body.
|
boolean |
allowInformalParameters
If true (the default), then the component accepts informal parameters.
|
java.lang.String |
reservedParameters
A comma-seperated list of parameter names that can not be bound informally.
|
public abstract boolean allowBody
public abstract boolean allowInformalParameters
public abstract java.lang.String reservedParameters