mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-22 20:41:58 -08:00
Tweaks to improve in-game editing
This commit is contained in:
parent
11ede2756e
commit
7a2234cd25
8 changed files with 153 additions and 118 deletions
|
|
@ -18,7 +18,7 @@ public class Annotations{
|
|||
}
|
||||
|
||||
/** Indicates that a method return or field can be null.*/
|
||||
@Target({ElementType.METHOD, ElementType.FIELD})
|
||||
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
public @interface Nullable{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue