Monday 8 April 2019

Ignore

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

From interface java.lang.annotation.Annotation

No comments:

Post a Comment

File naming

Class files Class names are written in UpperCamelCase . For classes that extend an Android component, the name of the class should end ...