Interface DescriptorCustomizer

    • Method Detail

      • customize

        void customize​(ClassDescriptor descriptor)
                throws java.lang.Exception
        Customize the provided descriptor. This method is called after the descriptor is populated from annotations/XML/defaults but before it is initialized.
        Throws:
        java.lang.Exception