|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface RemoveValidators
A group of @ associated to the same entity. RemoveValidator
Applies to entities.
Example:
@Entity
@RemoveValidators({
@EntityValidator(ProductRemoveValidator.class),
@EntityValidator(ProductNotUsedValidator.class)
})
public class Product {
...
| Required Element Summary | |
|---|---|
RemoveValidator[] |
value
|
| Element Detail |
|---|
public abstract RemoveValidator[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||