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

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

There is a newer version: 1.5.0
Show newest version
package play.classloading.enhancers;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy