org.reflext.api.annotation
Class AnnotationParameterType<T>

java.lang.Object
  extended by org.reflext.api.annotation.AnnotationParameterType<T>

public class AnnotationParameterType<T>
extends java.lang.Object

Version:
$Revision$
Author:
Julien Viet

Field Summary
static AnnotationParameterType<AnnotationInfo> ANNOTATION
          .
static AnnotationParameterType<java.lang.Boolean> BOOLEAN
          .
static AnnotationParameterType<java.lang.Byte> BYTE
          .
static AnnotationParameterType<ClassTypeInfo> CLASS
          .
static AnnotationParameterType<java.lang.Double> DOUBLE
          .
static AnnotationParameterType<java.lang.String> ENUM
          .
static AnnotationParameterType<java.lang.Float> FLOAT
          .
static AnnotationParameterType<java.lang.Integer> INTEGER
          .
static AnnotationParameterType<java.lang.Long> LONG
          .
static AnnotationParameterType<java.lang.Short> SHORT
          .
static AnnotationParameterType<java.lang.String> STRING
          .
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING

public static final AnnotationParameterType<java.lang.String> STRING
.


INTEGER

public static final AnnotationParameterType<java.lang.Integer> INTEGER
.


LONG

public static final AnnotationParameterType<java.lang.Long> LONG
.


BOOLEAN

public static final AnnotationParameterType<java.lang.Boolean> BOOLEAN
.


FLOAT

public static final AnnotationParameterType<java.lang.Float> FLOAT
.


BYTE

public static final AnnotationParameterType<java.lang.Byte> BYTE
.


SHORT

public static final AnnotationParameterType<java.lang.Short> SHORT
.


DOUBLE

public static final AnnotationParameterType<java.lang.Double> DOUBLE
.


ENUM

public static final AnnotationParameterType<java.lang.String> ENUM
.


CLASS

public static final AnnotationParameterType<ClassTypeInfo> CLASS
.


ANNOTATION

public static final AnnotationParameterType<AnnotationInfo> ANNOTATION
.



Copyright © 2010 eXo Platform SAS. All Rights Reserved.