Update vtm-web-js build
This commit is contained in:
@@ -3,6 +3,6 @@ package javax.annotation;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target( { ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE, ElementType.PACKAGE })
|
||||
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE, ElementType.PACKAGE})
|
||||
public @interface CheckReturnValue {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user