Package org.evrete.dsl.annotation


package org.evrete.dsl.annotation
  • Class
    Description
    Annotation for methods that serve as subscribers to the engine's events.
    This annotation can be used to mark a parameter in a method with a fact value.
    Marks a method as a field declaration.
    The MethodPredicate annotation is used to define a predicate method that represents a condition for a rule.
    A marker interface used to indicate that the annotated method is referenced by one or more MethodPredicate annotations and should not be flagged as unused by the IDE.
    Defines a method as a rule within a rule-based system.
    Annotation used to mark a class as a ruleset.
    The Sort enum represents different sorting modes for rule sets.
    This annotation can be used to define conditions for a rule method.