You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hamcrest/src/main/java/org/hamcrest/beans/PropertyAccessor.java
+27-2Lines changed: 27 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@
18
18
* JavaBean specification and APIs, or it will fall back to finding
19
19
* fields with corresponding methods, enabling the property matchers
20
20
* to work with newer classes like Records.
21
+
* <p>
22
+
* See <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/beans/index.html">https://docs.oracle.com/javase/8/docs/technotes/guides/beans/index.html</a> for
23
+
* more information on JavaBeans.
21
24
*/
22
25
publicclassPropertyAccessor {
23
26
privatefinalObjectbeanLikeObject;
@@ -33,7 +36,7 @@ public PropertyAccessor(Object beanLikeObject) {
0 commit comments