org.jdiameter.client.impl.annotation.internal
Class ConstructorInfo

java.lang.Object
  extended by org.jdiameter.client.impl.annotation.internal.ConstructorInfo

public class ConstructorInfo
extends java.lang.Object

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

Constructor Summary
ConstructorInfo(Storage storage, ClassInfo classInfo, java.lang.reflect.Constructor constr)
           
 
Method Summary
<T> T
getAnnotation(java.lang.Class<?> annotation)
           
 java.util.Collection<java.lang.annotation.Annotation> getAnnotations()
           
 ClassInfo getClassInfo()
           
 java.lang.reflect.Constructor getConstructor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorInfo

public ConstructorInfo(Storage storage,
                       ClassInfo classInfo,
                       java.lang.reflect.Constructor constr)
Method Detail

getConstructor

public java.lang.reflect.Constructor getConstructor()

getClassInfo

public ClassInfo getClassInfo()

getAnnotations

public java.util.Collection<java.lang.annotation.Annotation> getAnnotations()

getAnnotation

public <T> T getAnnotation(java.lang.Class<?> annotation)


Copyright © 2014. All Rights Reserved.