public class GroupSequenceProviderCheck extends AbstractConstraintCheck
GroupSequenceProvider annotation definition is valid.
This check ensure that :
DefaultGroupSequenceProvider, not an interface or an abstract class.| Constructor and Description |
|---|
GroupSequenceProviderCheck(AnnotationApiHelper annotationApiHelper,
javax.lang.model.util.Types typeUtils) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConstraintCheckError> |
checkNonAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation)
Checks, whether the given annotation is allowed at the given type
declaration (class, interface, enum).
|
checkAnnotationType, checkField, checkMethodpublic GroupSequenceProviderCheck(AnnotationApiHelper annotationApiHelper, javax.lang.model.util.Types typeUtils)
public Set<ConstraintCheckError> checkNonAnnotationType(javax.lang.model.element.TypeElement element, javax.lang.model.element.AnnotationMirror annotation)
ConstraintCheckcheckNonAnnotationType in interface ConstraintCheckcheckNonAnnotationType in class AbstractConstraintCheckelement - An annotated type declaration.annotation - An annotation at that type.Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved