Open GoogleCodeExporter opened 9 years ago
Introduction of namespaces may give some advantages. For instance
!!java/javabean:org.foo.Bar -> to create a JavaBean
!!java/factory:org.foo.Bar.create -> to call a static method with the scalar as
the
argument
!!java/javabean/private:org.foo.Bar -> to create a non-JavaBean (for issue 55)
!!java/javabean/annotation:org.foo.Bar -> use annotations
!!java/custom:org.foo.Bar -> use custom way
But it opens a question what to do when the namespace is not supported. Fail ?
Guess ?
There is long-standing issue to ignore unknown tags (#39)
Original comment by aso...@gmail.com
on 21 Mar 2010 at 11:16
Original issue reported on code.google.com by
headius%...@gtempaccount.com
on 19 Mar 2010 at 7:07