Annotation Interface Delegate
The delegate annotation on a bean should create a delegate base class.
- Since:
- 1.3
- Author:
- Andriy Dmytruk
-
Optional Element Summary
-
Element Details
-
type
Class<?> typeDefine what the class that delegate should be created for.- Returns:
- The class to create delegate for
- Default:
- java.lang.Void.class
-