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