org.jboss.seam.cron.api.scheduling
Class EveryLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Every>
      extended by org.jboss.seam.cron.api.scheduling.EveryLiteral
All Implemented Interfaces:
Serializable, Annotation, Every

public class EveryLiteral
extends AnnotationLiteral<Every>
implements Every

Author:
Peter Royle
See Also:
Serialized Form

Constructor Summary
EveryLiteral(int nth, Interval value)
           
 
Method Summary
 int nth()
           
 Interval value()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Constructor Detail

EveryLiteral

public EveryLiteral(int nth,
                    Interval value)
Method Detail

nth

public int nth()

value

public Interval value()


Copyright © 2011 Seam Framework. All Rights Reserved.