Annotation Type AutoBeanFactory.NoWrap
- Enclosing interface:
AutoBeanFactory
The types specified by this annotation will not be wrapped by an AutoBean
when returned from an AutoBean-controlled method.
-
Required Element Summary
-
Element Details
-
value
Class<?>[] valueThe interface types that should not be wrapped.
-