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

aQute.bnd.compatibility.GenericType Maven / Gradle / Ivy

package aQute.bnd.compatibility;

public class GenericType {
	public GenericType(@SuppressWarnings("unused") Class class1) {
		// TODO Auto-generated constructor stub
	}

	final static GenericType	EMPTY[]	= new GenericType[0];
	Scope						reference;
	GenericType[]				a;
	GenericType[]				b;
	int							array;

	Scope						scope;

	static public class GenericWildcard extends GenericType {

		public GenericWildcard(Class class1) {
			super(class1);
			// TODO Auto-generated constructor stub
		}

	}

	static public class GenericArray extends GenericType {

		public GenericArray(Class class1) {
			super(class1);
			// TODO Auto-generated constructor stub
		}

	}

}