org.bridj.demangling
Interface Demangler.Annotations

Enclosing class:
Demangler

public static interface Demangler.Annotations


Method Summary
<A extends Annotation>
A
getAnnotation(Class<A> c)
           
 boolean isAnnotationPresent(Class<? extends Annotation> c)
           
 

Method Detail

getAnnotation

<A extends Annotation> A getAnnotation(Class<A> c)

isAnnotationPresent

boolean isAnnotationPresent(Class<? extends Annotation> c)


Copyright © 2009-2012. All Rights Reserved.