@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Constraint(validatedBy=ReferenceValidator.class) public @interface ReferenceConstraint
ConfigBeanProxy
class contains at least one String
field, which value must point to key attribute of some other existing
ConfigBeanProxy
instance.ReferenceConstraint.RemoteKey
annotation on appropriate getters
to define such fields.ConfigBeanProxy
only.Modifier and Type | Required Element and Description |
---|---|
boolean |
skipDuringCreation
In Payara a lot of configurations are made in batch and its references
could not be fulfilled during creation process.
|
public abstract boolean skipDuringCreation
public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
Copyright © 2018. All rights reserved.