org.ubercraft.sucre.reflect
Interface AccessorMutator
- All Known Subinterfaces:
- Accessor, Mutator
public interface AccessorMutator
getName
String getName()
getType
Class<?> getType()
getDeclaringType
Class<?> getDeclaringType()
isPaired
boolean isPaired()
getPairedAccessor
Accessor getPairedAccessor()
getPairedMutator
Mutator getPairedMutator()
getAnnotation
<T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotations
Annotation[] getAnnotations()
Copyright © 2013. All Rights Reserved.