Class ProvidesPropertyScanner<T>

  • Type Parameters:
    T - Java class to be introspected

    public class ProvidesPropertyScanner<T>
    extends Object
    Scans a Java class hierarchy for @ProvidesProperty annotated getter methods and creates a corresponding PropertySet containing PropertyDefinitions that extract property values from instances of the given class via the annotated methods.
    See Also:
    ProvidesProperty