org.hibernate.validator.ap.checks
Class GroupSequenceProviderCheck

java.lang.Object
  extended by org.hibernate.validator.ap.checks.AbstractConstraintCheck
      extended by org.hibernate.validator.ap.checks.GroupSequenceProviderCheck
All Implemented Interfaces:
ConstraintCheck

public class GroupSequenceProviderCheck
extends AbstractConstraintCheck

Checks that the GroupSequenceProvider annotation definition is valid.

This check ensure that :

Author:
Kevin Pollet - SERLI - (kevin.pollet@serli.com)

Constructor Summary
GroupSequenceProviderCheck(AnnotationApiHelper annotationApiHelper, Types typeUtils)
           
 
Method Summary
 Set<ConstraintCheckError> checkNonAnnotationType(TypeElement element, AnnotationMirror annotation)
          Checks, whether the given annotation is allowed at the given type declaration (class, interface, enum).
 
Methods inherited from class org.hibernate.validator.ap.checks.AbstractConstraintCheck
checkAnnotationType, checkField, checkMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupSequenceProviderCheck

public GroupSequenceProviderCheck(AnnotationApiHelper annotationApiHelper,
                                  Types typeUtils)
Method Detail

checkNonAnnotationType

public Set<ConstraintCheckError> checkNonAnnotationType(TypeElement element,
                                                        AnnotationMirror annotation)
Description copied from interface: ConstraintCheck
Checks, whether the given annotation is allowed at the given type declaration (class, interface, enum).

Specified by:
checkNonAnnotationType in interface ConstraintCheck
Overrides:
checkNonAnnotationType in class AbstractConstraintCheck
Parameters:
element - An annotated type declaration.
annotation - An annotation at that type.
Returns:
A set with errors, that describe, why the given annotation is not allowed at the given element. In case no errors occur (the given annotation is allowed at the given element), an empty set must be returned.


Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved