com.google.inject.util
Class Annotations

java.lang.Object
  extended by com.google.inject.util.Annotations

public class Annotations
extends java.lang.Object

Annotation utilities.

Author:
crazybob@google.com (Bob Lee)

Constructor Summary
Annotations()
           
 
Method Summary
static boolean isRetainedAtRuntime(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
          Returns true if the given annotation is retained at runtime.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Annotations

public Annotations()
Method Detail

isRetainedAtRuntime

public static boolean isRetainedAtRuntime(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Returns true if the given annotation is retained at runtime.



Copyright © {inceptionYear}-2008 null. All Rights Reserved.