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
Copy file name to clipboardExpand all lines: doc/Usage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ You can customize the path by config `maven-compiler-plugin`:
82
82
See [Default Properties](../processor/src/main/resources/sharedtype-default.properties) for details.
83
83
84
84
#### Per annotation options
85
-
See Javadoc on [@SharedType](../annotation/src/main/java/online/sharedtype/annotation/SharedType.java) for details.
85
+
See Javadoc on [@SharedType](../annotation/src/main/java/online/sharedtype/SharedType.java) for details.
86
86
87
87
### Limitations
88
88
* Current design only retain `@SharedType` on source level. That means they are not visible if it is in a dependency jar during its dependent's compilation.
0 commit comments