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

bali.BuilderProcessor Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package bali;

import java.lang.annotation.Annotation;

public class BuilderProcessor extends SimpleFreemarkerAnnotationProcessor {

	@Override
	protected Class getAnnotationClass() {
		return Builder.class;
	}

	@Override
	protected Class[] getNestedAnnotationClasses() {
		return new Class[] { Required.class, PackageBuilt.class };
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy