Package org.int4.dirk.annotations
Annotation Type Assisted
-
@Retention(RUNTIME) @Target(TYPE) public @interface AssistedMarks a type with a single abstract method to be automatically created by the assisted type registration extension. To qualify the type must be:- annotated with the
Assistedannotation - an abstract class or interface with a single abstract method (a SAM type)
- a concrete, non void, non primitive return type
- no unresolvable type variables
- arguments exactly matching the arguments in the returned type, both their types and names
- annotated with the