Annotation Interface RecordFactory


@Target(TYPE) @Retention(RUNTIME) public @interface RecordFactory
This annotation specifies the record factory to use for instantiating the annotated record class.
Since:
2.0
Author:
Holger Knoche
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends IRecordFactory<?>>
    The record factory class to use for instantiating the annotated record class.
  • Element Details

    • value

      Class<? extends IRecordFactory<?>> value
      The record factory class to use for instantiating the annotated record class.
      Returns:
      see above