Package org.hibernate.validator.ap.internal.classchecks
package org.hibernate.validator.ap.internal.classchecks
-
ClassDescriptionAbstract base class for
ClassCheck
implementations.Abstract base class forClassCheck
implementations that check overridden methods.Implementations represent checks that determine whether a given class is implemented correctly.A factory class that provides a collection ofClassCheck
s based on the type of the element we need to check.Represents an inheritance tree of overridden methods.Checks if the parameters of overridden and overriding methods have correctly placed annotations.Checks if the return value of overridden and overriding methods respects the inheritance rules.