Java properties

Joe Darcy joe.darcy at oracle.com
Fri Oct 5 12:03:41 PDT 2012


Greetings,

You are unlikely to receive answers to legal questions on a technical 
list; please see the OpenJDK FAQ for guidance on such matters:

     http://openjdk.java.net/faq/

-Joe

On 10/3/2012 1:52 AM, X Y wrote:
> Hello,
>
> I know topic of properties support was touched few times, but I have
> extended JDK7 compiler to support "property <name> ..." notation, with
> some additions missing in other languages, but helping in robust
> creation of software. I tested this with simple get/set, boxing, unary
> operators, super calls etc. The next steps to implement are bindable
> properties, integration with lambda project.
>
> The question I would like to ask is about distributing (preview) or
> making publicly available such compiler.
>
> 1. Is it legal in accordance to GPL license for JDK?
> 2. Is it legal to extend and modify other Java packages to give more
> support for properties: java.beans, java.lang, java.lang.reflect?
>
> Best regards



More information about the compiler-grammar-dev mailing list