libGDX1.9.5, GWT2.8.0 applied to vtm-web (#290)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package javax.annotation;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target( { ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE, ElementType.PACKAGE })
|
||||
public @interface CheckReturnValue {
|
||||
}
|
||||
Reference in New Issue
Block a user