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

prompto.declaration.WrappingWidgetDeclaration Maven / Gradle / Ivy

The newest version!
package prompto.declaration;

public class WrappingWidgetDeclaration extends ConcreteWidgetDeclaration {

	public WrappingWidgetDeclaration(CategoryDeclaration wrapped) {
		super(wrapped.getId(), wrapped.getDerivedFrom().get(0), wrapped.getLocalMethods());
	}



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy