Class AbstractAnnotationIntent

java.lang.Object
com.levigo.jadice.annotation.auth.AbstractAnnotationIntent
All Implemented Interfaces:
AnnotationIntent, Intent
Direct Known Subclasses:
AddAnnotationIntent, ChangeAnnotationIntent, RemoveAnnotationIntent, ShowAnnotationIntent, WriteAnnotationIntent

public abstract class AbstractAnnotationIntent extends Object implements AnnotationIntent
An abstract base class for annotation specific intents.

Intents of this type provide a collection of annotations, which are affected by the change or function this AnnotationIntent stands for.

The collection of concerned annotations are an optional information, which might be null or empty.

  • Constructor Details

    • AbstractAnnotationIntent

      public AbstractAnnotationIntent()
      Constructor