T
- enclosing typepublic class WeavableField<T> extends NestedWeavable<WeavableField<T>,Field,WeavableClass<T>,Class<T>>
Constructor and Description |
---|
WeavableField(Field target,
WeavableClass<T> parent)
Create a new
WeavableField instance. |
Modifier and Type | Method and Description |
---|---|
protected int |
localCompareTo(WeavableField<T> obj)
Compare against
o without respect to NestedWeavable.getParent() . |
compareTo, getParent
addAnnotations, addAnnotations, equals, getAnnotation, getAnnotations, getDeclaredAnnotations, getTarget, hashCode, isAnnotationPresent, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
public WeavableField(Field target, WeavableClass<T> parent)
WeavableField
instance.target
- fieldparent
- enclosing WeavableClass
protected int localCompareTo(WeavableField<T> obj)
o
without respect to NestedWeavable.getParent()
.localCompareTo
in class NestedWeavable<WeavableField<T>,Field,WeavableClass<T>,Class<T>>
obj
- SELFSELF
Comparable.compareTo(Object)
contractCopyright © 2018 The Apache Software Foundation. All rights reserved.