Skip to content

Commit 634b32b

Browse files
committed
Remove requires java.annotation from module-info.java
This is no longer needed as any PostConstruct/PreDestroy can be used now using match on short name.
1 parent cc92254 commit 634b32b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inject-generator/src/main/java9/module-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
requires java.compiler;
44
requires io.avaje.inject;
5-
requires java.annotation;
65

76
provides javax.annotation.processing.Processor with io.avaje.inject.generator.Processor;
87
}

0 commit comments

Comments
 (0)