Base Annotation Data Deducer
abstract class BaseAnnotationDataDeducer<A : Annotation>(annotationClass: KClass<A>) : AnnotationDataDeducer(source)
Deduces AnnotationData based on a given annotation A where the annotation is searched on the class and the method.
Since
2.0.0
Inheritors
Functions
Link copied to clipboard
Deduces AnnotationData based on the given testMethod or returns null in case it cannot be deduced.