Interface Loader<T>

    • Method Detail

      • load

        T load​(Method method)
        Loads a T based on the class

        Initializes the provider with the necessary annotation located somewhere on the class beforehand

        Parameters:
        method - the method from which the information should be loaded
        Returns:
        the loaded object