Class InternalAnnotator
java.lang.Object
com.mackenziehigh.sexpr.internal.schema.InternalAnnotator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
defineViaReflection
(Object object) Given an object containing properly annotated methods, define the conditions and actions defined therein.
-
Constructor Details
-
InternalAnnotator
-
-
Method Details
-
defineViaReflection
Given an object containing properly annotated methods, define the conditions and actions defined therein.- Parameters:
object
- contains condition and action definitions.
-