Skip to content

Commit f31b9ec

Browse files
authored
Update README.md
1 parent 15b15ac commit f31b9ec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ Fork of the legendary [hickory annotation processor](https://javadoc.io/static/c
1212
- Upgrades from JDK 6 to 11
1313
- Adds modular support via module-info
1414
- `@GeneratedPrism` is now repeatable
15-
- Can choose what classes the generated Prisms inherit
16-
- Generates a `getAllInstances` method to retrieve a list of prisms from an element
15+
- Can choose what classes the generated Prisms inherit.
1716
- Generates an `isPresent` method to easily check if an element has the target annotation
1817
- Generates `Optional` factory methods
19-
- Generates a `getAllInstances` method to retrieve a list of prisms from an element
20-
- Generates a `getAllOnMetaAnnotations` method to retrieve a list of prisms from an element's annotations
18+
- Generates a `getAllInstances` method to retrieve a list of prisms from an element (`@Repeatable` annotations only)
19+
- Generates a `getAllOnMetaAnnotations` method to retrieve a list of prisms from an element's annotations (Meta annotations only)
2120
- Exposes the fully qualified type of the target annotation as a string.
2221
- `getInstance` returns null instead of throwing exceptions when the provided mirror doesn't match the prism target
2322
- null annotation array values are returned as empty lists

0 commit comments

Comments
 (0)