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

com.googlecode.gwt.test.internal.JavaClassModifier Maven / Gradle / Ivy

The newest version!
package com.googlecode.gwt.test.internal;

import javassist.CtClass;

interface JavaClassModifier {

    public void modify(CtClass classToModify) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy