com.levigo.jadice.annotation
Class AnnotationMemento

java.lang.Object
  extended by com.levigo.jadice.annotation.AnnotationMemento
All Implemented Interfaces:
Memento

public class AnnotationMemento
extends Object
implements Memento


Constructor Summary
AnnotationMemento(Annotation annotation, int modCount)
           
 
Method Summary
 void restore()
          Restore this memento's originator to its state at the time when this memento was created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationMemento

public AnnotationMemento(Annotation annotation,
                         int modCount)
Method Detail

restore

public void restore()
Description copied from interface: Memento
Restore this memento's originator to its state at the time when this memento was created.

Specified by:
restore in interface Memento


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.