Skip to content

Commit fe5da50

Browse files
committed
1 parent 7f3b3df commit fe5da50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
package com.creatubbles.api;
22

3+
import java.lang.annotation.Documented;
34
import java.lang.annotation.ElementType;
45
import java.lang.annotation.Retention;
56
import java.lang.annotation.RetentionPolicy;
67
import java.lang.annotation.Target;
78

89
@Retention(RetentionPolicy.RUNTIME)
910
@Target({ElementType.TYPE})
11+
@Documented
1012
public @interface APIVersion {
1113
int value() default 1;
1214
}

0 commit comments

Comments
 (0)