Class DefaultReflectionService

java.lang.Object
space.arim.dazzleconf.reflect.DefaultReflectionService
All Implemented Interfaces:
ReflectionService

public final class DefaultReflectionService extends Object implements ReflectionService
The default implementation of ReflectionService.

It uses standard reflection to find and call methods, and java.lang.reflect.Proxy to generate classes implementing the configuration interface.