Interface RegisterGlobalsParticipant<T extends NamedElement>

    • Method Detail

      • doRegisterGlobals

        void doRegisterGlobals​(java.util.List<? extends T> annotatedSourceElements,
                               @Extension
                               RegisterGlobalsContext context)
        Called by the compiler during register-globals phase.
        Parameters:
        annotatedSourceElements - the source elements from the currently processed compilation unit which are annotated with active annotation
        context - services to register new Java types
        See Also:
        RegisterGlobalsContext