# HG changeset patch # User Jaroslav Tulach # Date 1450069854 -3600 # Node ID f5d6e09568b63f14fe642626fec8e8f27b80e748 # Parent 2e760d35d231b6c3bf2137fcd400682d8084ce80 Link to frowRaw method of Models class diff -r 2e760d35d231 -r f5d6e09568b6 json/src/main/java/net/java/html/json/Model.java --- a/json/src/main/java/net/java/html/json/Model.java Mon Dec 14 06:05:11 2015 +0100 +++ b/json/src/main/java/net/java/html/json/Model.java Mon Dec 14 06:10:54 2015 +0100 @@ -312,7 +312,9 @@ *

* Why there has to be default constructor? Because instances of * classes generated by {@link Model @Model annotation} may be constructed - * by the system as wrappers around existing JavaScript objects - then + * by the system as + * {@link Models#fromRaw(net.java.html.BrwsrCtx, java.lang.Class, java.lang.Object) wrappers around existing JavaScript objects} + * - then * there is nobody to provide additional parameters at construction time. *

*

How do I read private values?