File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11package graphql ;
22
3+ import java .lang .annotation .Documented ;
34import java .lang .annotation .Retention ;
45import java .lang .annotation .RetentionPolicy ;
56import java .lang .annotation .Target ;
1011
1112@ Retention (RetentionPolicy .RUNTIME )
1213@ Target (value = {CONSTRUCTOR , METHOD , TYPE })
14+ @ Documented
1315public @interface PublicApi {
1416}
Original file line number Diff line number Diff line change 11package graphql ;
22
3+ import java .lang .annotation .Documented ;
34import java .lang .annotation .Retention ;
45import java .lang .annotation .RetentionPolicy ;
56import java .lang .annotation .Target ;
1011
1112@ Retention (RetentionPolicy .RUNTIME )
1213@ Target (value = {CONSTRUCTOR , METHOD , TYPE })
14+ @ Documented
1315public @interface PublicSpi {
1416}
You can’t perform that action at this time.
0 commit comments