You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. since annotation processing is one shot execution, JIT is not likely to optimize the code. So prefer plain loop than long calling stacks like Stream chains.
88
95
2. no adding dependencies without strong justification.
or can use [properties-maven-plugin](https://www.mojohaus.org/properties-maven-plugin/usage.html#set-system-properties) to set system properties for the build.
94
84
95
-
See [Default Properties](../processor/src/main/resources/sharedtype-default.properties) for details.
85
+
See [Default Properties](../processor/src/main/resources/sharedtype-default.properties) for all property entries.
96
86
87
+
Execution goal `gen` can be bound to a Maven lifecycle phase.
97
88
#### Per annotation options
98
89
See Javadoc on [@SharedType](../annotation/src/main/java/online/sharedtype/SharedType.java) for details.
0 commit comments