Package com.fluxtion.builder.annotation

  • Interface Summary 
    Interface Description
    ClassProcessor
    A ClassProcessor service can inspect and process application classes after they are compiled.
  • Annotation Types Summary 
    Annotation Type Description
    Disabled
    Used in conjunction with generation annotations to allow the developer to conditionally enable/disable processing of the annotation in context.
    SepBuilder
    Mark a method as a SEP builder.
    SepInstance
    Mark a class as an instance encapsulated by a SEP, this can be used in place of a builder method when the SEP contains only one imperatively added node.