Package net.bytebuddy.utility.dispatcher
Annotation Interface JavaDispatcher.Defaults
- Enclosing class:
JavaDispatcher<T>
@Documented
@Target({TYPE,METHOD})
@Retention(RUNTIME)
public static @interface JavaDispatcher.Defaults
Indicates that a method is supposed to return a default value if a method or type could not be resolved.