Re: @Documented ignored for type-use annotations

2017-02-22 Thread Jonathan Gibbons
Gunnar, Thanks. -- Jon On 02/22/2017 12:54 AM, Gunnar Morling wrote: Hi Jon, filed a bug; that's the "internal review id": 9047801. The steps to reproduce are this: mkdir -p src/main/java/com/example cat > src/main/java/com/example/MyAnno.java < src/main/java/com/example/MyAnnoUser.java <

Re: @Documented ignored for type-use annotations

2017-02-22 Thread Gunnar Morling
Hi Jon, filed a bug; that's the "internal review id": 9047801. The steps to reproduce are this: mkdir -p src/main/java/com/example cat > src/main/java/com/example/MyAnno.java < src/main/java/com/example/MyAnnoUser.java < foos; @MyAnno public MyAnnoUser() {} @MyAnno public void doFoo(@