blob: 28319242ef2a73199c42d1b819f91635083ece1f [file] [log] [blame]
Jiyong Park2e6cdcc2019-12-20 15:30:28 +09001// Signature format: 2.0
Anton Hansson7f941692020-02-08 12:15:25 +00002package 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