org.jboss.cdi.tck.tests.event.observer.extension
Class Tall.Literal

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Tall>
      extended by org.jboss.cdi.tck.tests.event.observer.extension.Tall.Literal
All Implemented Interfaces:
Serializable, Annotation, Tall
Enclosing class:
Tall

public static class Tall.Literal
extends javax.enterprise.util.AnnotationLiteral<Tall>
implements Tall

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.cdi.tck.tests.event.observer.extension.Tall
Tall.Literal
 
Field Summary
static Tall.Literal FIVE_METERS
           
static Tall.Literal SIX_METERS
           
 
Method Summary
 int height()
           
 
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
 

Field Detail

FIVE_METERS

public static final Tall.Literal FIVE_METERS

SIX_METERS

public static final Tall.Literal SIX_METERS
Method Detail

height

public int height()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.