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

gw.lang.reflect.IGosuClassLoadingObserver Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
/*
 * Copyright 2014 Guidewire Software, Inc.
 */

package gw.lang.reflect;

import gw.lang.reflect.gs.ICompilableType;

public interface IGosuClassLoadingObserver {

  /**
   * @param gsClass - the class to consider
   * @return true if the class should be loaded in a single serving classloader
   */
  boolean shouldUseSingleServingLoader(ICompilableType gsClass);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy