Skip to content

0.10-RC1: Incorrect example for TypesAnnotated.with() #337

@davidburstrom

Description

@davidburstrom

In the example in the readme it states that

Set<Class<?>> annotated = 
  reflections.get(TypesAnnotated.with(SomeAnnotation.class));

In 0.10-RC1, it results in a Set<String>, as with() is backed by default QueryFunction<Store, String> with(Class<?>... keys) { return of(keys); }. Not only that, the collection is empty contrary to what was returned in 0.9.12.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions