Class ConflictDetectionConfigurationLoader

    • Constructor Detail

      • ConflictDetectionConfigurationLoader

        public ConflictDetectionConfigurationLoader()
    • Method Detail

      • load

        public ConflictDetectionConfiguration load​(Method method)
        Description copied from interface: Loader
        Loads a T based on the class

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

        Specified by:
        load in interface Loader<ConflictDetectionConfiguration>
        Parameters:
        method - the method from which the information should be loaded
        Returns:
        the loaded object