Package gw.lang.reflect
Interface IGosuClassLoadingObserver
-
public interface IGosuClassLoadingObserver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
shouldUseSingleServingLoader(ICompilableType gsClass)
-
-
-
Method Detail
-
shouldUseSingleServingLoader
boolean shouldUseSingleServingLoader(ICompilableType gsClass)
- Parameters:
gsClass
- - the class to consider- Returns:
- true if the class should be loaded in a single serving classloader
-
-