Class AbstractModelValidator

  • All Implemented Interfaces:
    ModelValidator

    public class AbstractModelValidator
    extends Object
    implements ModelValidator
    Abstract implementation of ModelValidator. Use this class as a generic AST visitor instead of ModelValidator to prevent binary compatibility issues in cases where it is fine to ignore any AST elements that were added to Declarative after you extended this class.