ElementDescriptor.ConstraintFinder | 
ElementDescriptor.ConstraintFinder.declaredOn(java.lang.annotation.ElementType... types) | 
 Restricts to the constraints hosted on the listed types
 for a given element. 
 | 
ElementDescriptor.ConstraintFinder | 
ElementDescriptor.findConstraints() | 
 Finds constraints and potentially restricts them to certain criteria. 
 | 
ElementDescriptor.ConstraintFinder | 
ExecutableDescriptor.findConstraints() | 
 Returns a finder that will always return an empty Set. 
 | 
ElementDescriptor.ConstraintFinder | 
ElementDescriptor.ConstraintFinder.lookingAt(Scope scope) | 
 Restricts to the constraints matching the provided scope for this element. 
 | 
ElementDescriptor.ConstraintFinder | 
ElementDescriptor.ConstraintFinder.unorderedAndMatchingGroups(java.lang.Class<?>... groups) | 
 Restricts to the constraints matching a given set of groups for this element. 
 |