Annotation Type AutoBeanFactory.NoWrap


  • @Retention(RUNTIME)
    @Target(TYPE)
    public static @interface AutoBeanFactory.NoWrap
    The types specified by this annotation will not be wrapped by an AutoBean when returned from an AutoBean-controlled method.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?>[] value
      The interface types that should not be wrapped.
    • Element Detail

      • value

        java.lang.Class<?>[] value
        The interface types that should not be wrapped.