Class AccessAnnotationIterator
java.lang.Object
com.atlassian.confluence.impl.security.access.AccessAnnotationIterator
- All Implemented Interfaces:
Iterator<Class<? extends Annotation>>
public class AccessAnnotationIterator
extends Object
implements Iterator<Class<? extends Annotation>>
Able to iterate through annotation list by priority
- Since:
- 9.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionAccessAnnotationIterator(List<Class<? extends Annotation>> annotationClassList) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
AccessAnnotationIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<Class<? extends Annotation>>
-
next
- Specified by:
nextin interfaceIterator<Class<? extends Annotation>>
-