Skip to content

Commit

Permalink
HV-1309 Add @deprecated to the list of annotations ignored as potential
Browse files Browse the repository at this point in the history
composing constraint annotations
  • Loading branch information
gsmet authored and gunnarmorling committed Apr 14, 2017
1 parent cea777f commit f8d5d24
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -83,7 +83,8 @@ public class ConstraintDescriptorImpl<T extends Annotation> implements Constrain
Target.class.getName(),
Constraint.class.getName(),
ReportAsSingleViolation.class.getName(),
Repeatable.class.getName()
Repeatable.class.getName(),
Deprecated.class.getName()
);

/**
Expand Down

0 comments on commit f8d5d24

Please sign in to comment.