We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6ec04 commit 41ce516Copy full SHA for 41ce516
src/mhahnFr/NDL/PublicApi.java
@@ -21,4 +21,8 @@
21
22
package mhahnFr.NDL;
23
24
+import java.lang.annotation.Retention;
25
+import java.lang.annotation.RetentionPolicy;
26
+
27
+@Retention(RetentionPolicy.SOURCE)
28
public @interface PublicApi {}
src/mhahnFr/NDL/impl/PrivateApi.java
package mhahnFr.NDL.impl;
public @interface PrivateApi {}
0 commit comments