GravityInt

@MustBeDocumented
@Retention(value = AnnotationRetention.BINARY)
@Target(allowedTargets = [AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.FIELD])
public annotation GravityInt


Denotes that the annotated element represents a packed gravity int. If applied to an int array, every element in the array represents a gravity int.

Example:

public abstract void setInnerGravity(@GravityInt int gravity);
See also
Gravity

Summary

Public constructors

Public constructors

GravityInt

public GravityInt()