jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

Public Java attributes for paramters' inner structure shall be determined always by the Java Beans standard #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Public accessable attributes of methods' parameters shall be determined by Java 
Beans Standard.

At the moment it is not possible to document getter and setter defined in an 
Java Interface, because interfaces have no attributes. Only attributes that 
have a public getter or setter are allowed to be documented.

In future it does not mind if there are attributes in a class or interface. 
IDocIt! shall only look at getter and setter to determine attributes.

Original issue reported on code.google.com by dirk.mei...@gmail.com on 30 Jul 2012 at 1:03

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r683.

Original comment by dirk.mei...@gmail.com on 31 Jul 2012 at 8:53