Class QueryExplorerAnnotationValidator
- java.lang.Object
-
- org.eclipse.viatra.query.patternlanguage.emf.annotations.PatternAnnotationValidator
-
- org.eclipse.viatra.query.patternlanguage.emf.annotations.impl.QueryExplorerAnnotationValidator
-
- All Implemented Interfaces:
IPatternAnnotationValidator
public class QueryExplorerAnnotationValidator extends PatternAnnotationValidator
Support for the deprecated Query Explorer annotation.- Since:
- 2.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANNOTATION_ID
-
Constructor Summary
Constructors Constructor Description QueryExplorerAnnotationValidator()
-
Method Summary
-
Methods inherited from class org.eclipse.viatra.query.patternlanguage.emf.annotations.PatternAnnotationValidator
getAdditionalValidator, getAllAvailableParameterNames, getAnnotationName, getDescription, getDescription, getExpectedParameterType, getMissingMandatoryAttributes, getUnknownAttributes, isDeprecated, isDeprecated
-
-
-
-
Field Detail
-
ANNOTATION_ID
public static final java.lang.String ANNOTATION_ID
- See Also:
- Constant Field Values
-
-