%1$s

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

/*
AndHow generated class that is discovered via the Service Provider API to
register a proxied class as having AndHow properties.  These properties
can then be auto-discovered and assigned values at startup.
See:  https://github.com/eeverman/andhow
*/
@%9$s(
	value="%6$s",
	date="%7$s",
	comments="Proxy for %2$s registered as a service provider in META-INF/services/%5$s")
public class %4$s extends AbstractPropertyRegistrar {

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

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

}

