Package icyllis.modernui.annotation
Annotation Interface Px
@Documented
@Retention(SOURCE)
@Target({METHOD,PARAMETER,FIELD,LOCAL_VARIABLE})
@Dimension
public @interface Px
Denotes that a numeric parameter, field or method return value is expected
to represent a pixel dimension.