All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.chaosfirebolt.converter.api.initialization.InitializationCapable Maven / Gradle / Ivy

package com.github.chaosfirebolt.converter.api.initialization;

/**
 * Represents the capability to perform initialization.
 */
public interface InitializationCapable {

  /**
   * Performs the initialization.
   */
  void initialize();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy