6 Apr 2011 17:42
declarative getter/setter via annotation
Here is a trivial one, I wonder if it's ok to request for something like declarative getter/setter to access class fields, namely via annotations such as: <at> accessor(set,is) private boolean field1; AND <at> accessor(set,get) private int filed2; in case there are multiple fields declared together, all fields should have getter/setter generated, such as: <at> accessor(set,get) private String field3, field4; This can reduce the noises incurred by plain getter/setter's, especially for big classes with a lot of fields. mark.reinhold wrote: > > It's time to start thinking about planning JDK 8. > > We already know what some of the big-ticket items are likely to be. > There'll be room for other features too, however, both large and small. > It's therefore time to define a simple process for collecting, sorting, > reviewing, and prioritizing proposals and plans for new features, for > JDK 8 and for later releases.(Continue reading)
Concretely what could be done to make OpenJDK more community/open aware ?
RSS Feed