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

prompto.processor.PageWidgetOfProcessor Maven / Gradle / Ivy

The newest version!
package prompto.processor;

import prompto.declaration.CategoryDeclaration;
import prompto.grammar.Annotation;
import prompto.runtime.Context;

public class PageWidgetOfProcessor extends AnnotationProcessor {

	@Override
	public void processCategory(Annotation annotation, Context context, CategoryDeclaration declaration) {
		// does nothing
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy