File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/de/danielbechler/diff Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public String getPropertyName()
84
84
}
85
85
86
86
/**
87
- * Private function to allow looking for the field recursivery up the superclasses.
87
+ * Private function to allow looking for the field recursively up the superclasses.
88
88
*
89
89
* @param clazz
90
90
* @return
Original file line number Diff line number Diff line change @@ -446,6 +446,8 @@ public final void visitParents(final Visitor visitor)
446
446
/**
447
447
* If this node represents a bean property this method returns all annotations of its field.
448
448
*
449
+ * Only works for fields having a name that matches the name derived from the getter.
450
+ *
449
451
* @return A set of annotations of this nodes property field or an empty set.
450
452
*/
451
453
public Set <Annotation > getFieldAnnotations ()
You can’t perform that action at this time.
0 commit comments