%1$s

import org.yarnandtail.andhow.service.AbstractPropertyRegistrar;
import org.yarnandtail.andhow.service.PropertyRegistrationList;

/*
AndHow generated class that is loaded via the Service Provider API to register the AndHow Properties
contained within the proxied class.  Values are then assigned to the Properties at startup.
See:  https://github.com/eeverman/andhow

Compile JDK Version String: %7$s      ProcessingEnvironment.SourceVersion: %8$s
*/

%5$s
public class %4$s extends AbstractPropertyRegistrar {

	@Override
	public String getRootCanonicalName() { return "%2$s"; }

	@Override
	public void addPropertyRegistrations(PropertyRegistrationList list) {
%6$s
	}
}
