wangpeng138375 / pojo-mbean

Automatically exported from code.google.com/p/pojo-mbean
0 stars 0 forks source link

Annotate annotations with @Documented #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The annotations should themselves be annotated with @Documented 
(java.lang.annotations).  That an interface/class participates in JMX should be 
part of the javadocs, e.g.:

@MBean
public class CoolThing {
    // ...
}

If @MBean were annotated with @Documented, then generated javadocs for 
"CoolThing" would note the @MBean annotation.

Original issue reported on code.google.com by b.k.ox...@gmail.com on 1 Feb 2013 at 9:45

GoogleCodeExporter commented 8 years ago

Original comment by Martin.B...@gmail.com on 17 May 2013 at 11:47

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

Original comment by Martin.B...@gmail.com on 17 May 2013 at 1:59