|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={})
@Documented
public @interface OutBeanDeclares an output bean.
OutBeanProperty| Required Element Summary | |
|---|---|
Class |
beanclass
The class of the output bean. |
| Optional Element Summary | |
|---|---|
String |
group
The validation group that has been declared by the bean class. |
String |
name
The name of the output bean. |
String |
prefix
The prefix that will be prepended to each property name of the output bean when corresponding outputs are automatically declared. |
| Element Detail |
|---|
public abstract Class beanclass
public abstract String prefix
public abstract String name
public abstract String group
This requires the bean class to implement the ValidatedConstrained
interface, either directly, or by extending MetaData, or by using
automated meta data merging.
The group will indicate which bean properties should only be taken into account. Any properties outside the group will not be created as outputs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||