Skip to content

Commit 7ee4392

Browse files
committed
Add missing Javadoc since tag
1 parent 02a3776 commit 7ee4392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/apache/commons/jxpath/ri/model/dynabeans/StrictLazyDynaBeanPointerFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
* Implemented in response to [JXPATH-144]. Optionally pluggable {@code NodePointerFactory} that returns a special type of {@code NodePointer} for
3131
* {@code LazyDynaBean}s. The {@code PropertyPointer}s returned by these will respect {@link LazyDynaClass#isDynaProperty(String)} when determining
3232
* {@link PropertyPointer#isActual()}.
33+
*
34+
* @since 1.4.0
3335
*/
3436
public class StrictLazyDynaBeanPointerFactory implements NodePointerFactory {
3537

0 commit comments

Comments
 (0)