Package kieker.common.record.factory
Annotation Type 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 java.lang.Class<? extends IRecordFactory<?>>
value
The record factory class to use for instantiating the annotated record class.
-
Element Details
-
value
java.lang.Class<? extends IRecordFactory<?>> valueThe record factory class to use for instantiating the annotated record class.- Returns:
- see above
-