|
@@ -169,7 +169,7 @@ public final class Def {
|
|
|
* This method traverses {@code recieverClass}'s class hierarchy (including interfaces)
|
|
|
* until it finds a matching whitelisted method. If one is not found, it throws an exception.
|
|
|
* Otherwise it returns a handle to the matching method.
|
|
|
- * <p>
|
|
|
+ *
|
|
|
* @param painlessLookup the whitelist
|
|
|
* @param functions user defined functions and lambdas
|
|
|
* @param constants available constants to be used if the method has the {@code InjectConstantAnnotation}
|
|
@@ -373,7 +373,7 @@ public final class Def {
|
|
|
* This method traverses {@code recieverClass}'s class hierarchy (including interfaces)
|
|
|
* until it finds a matching whitelisted getter. If one is not found, it throws an exception.
|
|
|
* Otherwise it returns a handle to the matching getter.
|
|
|
- * <p>
|
|
|
+ *
|
|
|
* @param painlessLookup the whitelist
|
|
|
* @param receiverClass Class of the object to retrieve the field from.
|
|
|
* @param name Name of the field.
|
|
@@ -429,7 +429,7 @@ public final class Def {
|
|
|
* This method traverses {@code recieverClass}'s class hierarchy (including interfaces)
|
|
|
* until it finds a matching whitelisted setter. If one is not found, it throws an exception.
|
|
|
* Otherwise it returns a handle to the matching setter.
|
|
|
- * <p>
|
|
|
+ *
|
|
|
* @param painlessLookup the whitelist
|
|
|
* @param receiverClass Class of the object to retrieve the field from.
|
|
|
* @param name Name of the field.
|