Interface DiscoveredElementAction<E extends Element>

    • Method Detail

      • analizeElement

        void analizeElement​(Class<E> e)
                     throws Exception
        Analyzes a discovered element.
        Parameters:
        e - The class of the discovered element.
        Throws:
        Exception - if an error occurs during analysis.