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

play.classloading.enhancers.EnhancedForContinuations Maven / Gradle / Ivy

The newest version!
package play.classloading.enhancers;

/**
 * This interface is added to all classes enhanced for Continuations.
 * It's presence is used to detect if a class is properly enhanced for continuations
 */
public interface EnhancedForContinuations {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy