We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a3776 commit 7ee4392Copy full SHA for 7ee4392
src/main/java/org/apache/commons/jxpath/ri/model/dynabeans/StrictLazyDynaBeanPointerFactory.java
@@ -30,6 +30,8 @@
30
* Implemented in response to [JXPATH-144]. Optionally pluggable {@code NodePointerFactory} that returns a special type of {@code NodePointer} for
31
* {@code LazyDynaBean}s. The {@code PropertyPointer}s returned by these will respect {@link LazyDynaClass#isDynaProperty(String)} when determining
32
* {@link PropertyPointer#isActual()}.
33
+ *
34
+ * @since 1.4.0
35
*/
36
public class StrictLazyDynaBeanPointerFactory implements NodePointerFactory {
37
0 commit comments