Skip to content

Commit 2179095

Browse files
authored
Update Managed.java to be Documented
Signed-off-by: ascopes <[email protected]>
1 parent b12d1f7 commit 2179095

File tree

1 file changed

+2
-0
lines changed
  • java-compiler-testing/src/main/java/io/github/ascopes/jct/junit

1 file changed

+2
-0
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/junit/Managed.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
import io.github.ascopes.jct.workspaces.PathStrategy;
1919
import io.github.ascopes.jct.workspaces.Workspace;
20+
import java.lang.annotation.Documented;
2021
import java.lang.annotation.ElementType;
2122
import java.lang.annotation.Retention;
2223
import java.lang.annotation.RetentionPolicy;
@@ -57,6 +58,7 @@
5758
* @since 0.4.0
5859
*/
5960
@API(since = "0.4.0", status = Status.STABLE)
61+
@Documented
6062
@Retention(RetentionPolicy.RUNTIME)
6163
@Target(ElementType.FIELD)
6264
public @interface Managed {

0 commit comments

Comments
 (0)