aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/processor/annotations/Find.java
Commit message (Collapse)AuthorAgeLines
* feat: better inner classes api, removed deprecation warnings since that ↵HEAD0.7.0dev zaaarf2024-06-04-14/+8
| | | | stuff is there to stay
* chore: fix indentation in javadocs zaaarf2023-05-03-4/+4
|
* feat: @Find now falls back on containing class zaaarf2023-04-12-2/+2
|
* fix: rename @Find's className as well zaaarf2023-04-12-1/+1
|
* feat: @Patch's value field is now mandatory zaaarf2023-04-12-3/+3
|
* feat: created container types for methods and fields (efficiency and code ↵ zaaarf2023-03-27-4/+22
| | | | quality), made temporary fix for anonymous classes
* feat: initial untested draft of version 0.5.0 compatible with lillero 0.4 zaaarf2023-03-25-26/+23
|
* feat: initial implementation of anonymous class support, merged FindField ↵ zaaarf2023-03-18-0/+56
and FindMethod