| Anton Hansson | 7f6823e | 2020-06-04 15:09:36 +0100 | [diff] [blame] | 1 | // Signature format: 2.0 |
| 2 | package android.annotation { |
| 3 | |
| 4 | @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PARAMETER, java.lang.annotation.ElementType.FIELD}) public @interface NonNull { |
| 5 | } |
| 6 | |
| 7 | @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PARAMETER, java.lang.annotation.ElementType.FIELD}) public @interface Nullable { |
| 8 | } |
| 9 | |
| 10 | } |
| 11 | |