@Target(value={TYPE,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
@Constraint(validatedBy={})
public @interface IsCurrent
PropertyBean
has a valid currentVersionId
value The currentVersionId
property is valid if it is null or if it is equal to the currentVersionId
property of the ManagedPortalObject
that it is applied to.