com.sun.enterprise.config.serverbeans.customvalidators
Annotation Type ConfigRefConstraint
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,TYPE})
@Documented
@Constraint(validatedBy=ConfigRefValidator.class)
public @interface ConfigRefConstraint
message
public abstract String message
- Default:
- "The config-ref cannot reference server-config, default-config, a non-existent config, or be changed when the instance is part of a cluster, or be changed for the Domain Administration Server."
groups
public abstract Class<?>[] groups
- Default:
- {}
payload
public abstract Class<? extends javax.validation.Payload>[] payload
- Default:
- {}
Copyright © 2012 GlassFish Community. All Rights Reserved.