Class AbstractAnnotationIntent
java.lang.Object
com.levigo.jadice.annotation.auth.AbstractAnnotationIntent
- All Implemented Interfaces:
AnnotationIntent
,Intent
- Direct Known Subclasses:
AddAnnotationIntent
,ChangeAnnotationIntent
,RemoveAnnotationIntent
,ShowAnnotationIntent
,WriteAnnotationIntent
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractAnnotationIntent
public AbstractAnnotationIntent()Constructor
-