Package org.kie.api.definition.type


package org.kie.api.definition.type
  • Class
    Description
     
    Annotation used to declare that a given class is not property specific
    Annotation used to decorate a field or class with a description.
     
     
     
    A field from a declared fact type
    FactType declarations are fact definitions (like classes) that are managed alongside the rules.
    Annotation used to declare that a field is a key for the class it belongs to and then it will be used to calculate the equals/hashCode methods of the class itself.
    Annotation used to decorate a field or class with a label.
    Annotation used to declare that a given method (potenially) modifies the values of the named properties
    Annotation used to declare the Position of a field, when using Positional field constraints.
     
    Annotation used to declare that a given class is property specific
    Annotation used to declare if a given class is a plain fact or an event