Skip to content

Commit f8a4c04

Browse files
committed
clean up
1 parent 1f55142 commit f8a4c04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

openapi-parser/src/main/java/io/openapiparser/support/Experimental.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
import java.lang.annotation.*;
99

1010
/**
11-
* marks experimental apis that should not (yet..) be used in production code. It is used for
12-
* documentation only.
11+
* Marks an experimental api (it has to show that it works in real life). Use at your own risk.
1312
*/
1413
@Documented
1514
@Retention (RetentionPolicy.RUNTIME)
16-
@Target({ElementType.METHOD})
15+
@Target({ElementType.TYPE, ElementType.METHOD})
1716
public @interface Experimental {}

0 commit comments

Comments
 (0)