Class InternalAnnotator

java.lang.Object
com.mackenziehigh.sexpr.internal.schema.InternalAnnotator

public final class InternalAnnotator extends Object
  • Constructor Details

    • InternalAnnotator

      public InternalAnnotator(Schema.Builder builder)
  • Method Details

    • defineViaReflection

      public void defineViaReflection(Object object)
      Given an object containing properly annotated methods, define the conditions and actions defined therein.
      Parameters:
      object - contains condition and action definitions.