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

autofixture.publicinterface.InstanceOf Maven / Gradle / Ivy

package autofixture.publicinterface;

import com.google.common.reflect.TypeToken;

public class InstanceOf extends TypeToken {
  /**
   *
   */
  private static final long serialVersionUID = 1L;

  public boolean isInterface() {
    return this.getRawType().isInterface();
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy