Annotation Interface CustomLoggerFor
Placed on a subclass of
ClassSpecificLogger. Epilogue will detect it at compile time and
allow logging of data types compatible with the logger.
@CustomLoggerFor(VendorMotorType.class)
class ExampleMotorLogger extends ClassSpecificLogger<VendorMotorType> { }
-
Required Element Summary
Required Elements
-
Element Details
-
value
-