@Documented @ComposingConstraintSupportingAnnotatedElement @Constraint(validatedBy=ParametersNotEmpty.Validator.class) @Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface ParametersNotEmpty
Copyright © 2008–2019 Eclipse Foundation. All rights reserved.