Summary:
Inherited Methods
Ignore
public
abstract
@interface
Ignore
implements
Annotation
android.arch.persistence.room.Ignore |
Ignores the marked element from Room's processing logic.
This annotation can be used in multiple places where Room processor runs. For instance, you can
add it to a field of an Entity
and Room will not persist that field.
Summary
Inherited methods | |
---|---|
Annotations
Classes
Enums
Exceptions