Interface AnnotationValidator
- All Known Implementing Classes:
 BuiltinAnnotations,CompositeAnnotationValidator,DeclarativeAnnotationValidator
public interface AnnotationValidator
- 
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Annotation annotation, org.eclipse.xtext.validation.ValidationMessageAcceptor acceptor)  
- 
Method Details
- 
validate
void validate(Annotation annotation, org.eclipse.xtext.validation.ValidationMessageAcceptor acceptor)  
 -