Package com.mackenziehigh.sexpr.annotations


package com.mackenziehigh.sexpr.annotations
Symbolic-Expression related Annotation Types.
  • Annotation Types
    Class
    Description
    Use this annotation on a method in order to indicate that the method is a schema action to perform after successful matches of a rule with the given name.
    Use this annotation on a method in order to indicate that the method is a schema action to perform before successful matches of a rule with the given name.
    Use this method to mark a method as the implementation of a user-defined condition that can be referenced by 'require' rules within a symbolic-expression schema.
    Use this method to mark a class or method in order to indicate the translation-pass that the class or method related to.