Interface AnnotationIntent

All Superinterfaces:
Intent
All Known Implementing Classes:
AbstractAnnotationIntent, AddAnnotationIntent, ChangeAnnotationIntent, RemoveAnnotationIntent, ShowAnnotationIntent, WriteAnnotationIntent

public interface AnnotationIntent extends Intent
This is just a marker interface to identify annotation specific intents.

AnnotationIntents mark a certain kind of annotation change or function. Permissions use these Intents to decide whether they are interested in a certain change.