RawRes
@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE]) class RawRes
androidx.annotation.RawRes |
Denotes that an integer parameter, field or method return value is expected to be a raw resource reference.
Summary
Public constructors |
|
---|---|
<init>() Denotes that an integer parameter, field or method return value is expected to be a raw resource reference. |
Public constructors
<init>
RawRes()
Denotes that an integer parameter, field or method return value is expected to be a raw resource reference.