Class ContradictingFieldAnnotation

  • All Implemented Interfaces:
    ClassConstraint

    public class ContradictingFieldAnnotation
    extends FieldConstraint
    Author:
    Uwe Schaefer, (us@thomas-daily.de)
    • Constructor Summary

      Constructors 
      Constructor Description
      ContradictingFieldAnnotation​(java.lang.Class<? extends java.lang.annotation.Annotation> a1, java.lang.Class<? extends java.lang.annotation.Annotation> a2)
      Creates a ContradictingFieldAnnotation validation with the two incompatible annotations.
    • Constructor Detail

      • ContradictingFieldAnnotation

        public ContradictingFieldAnnotation​(java.lang.Class<? extends java.lang.annotation.Annotation> a1,
                                            java.lang.Class<? extends java.lang.annotation.Annotation> a2)
        Creates a ContradictingFieldAnnotation validation with the two incompatible annotations.
        Parameters:
        a1 - the first annotation
        a2 - the second annotation