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

autofixture.publicinterface.InstanceOf Maven / Gradle / Ivy

There is a newer version: 2.1.10
Show newest version
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