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

org.bushe.swing.event.annotation.ReferenceStrength Maven / Gradle / Ivy

package org.bushe.swing.event.annotation;

/**
 * The two kinds of references that are used in the EventBus.
 *
 * @author Michael Bushe
 */
public enum ReferenceStrength {
   WEAK,
   STRONG
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy