Micah

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created External Annotations Third Party Library Path
In my project I have now created several annotation files for third party libraries including Guava, Dagger, slf4j and netty. I have put the annotations in an annotations folder at the root of sou... -
Created Where are my External Annotations going?
When I annotated Dagger or Guava I get an annotation.xml file in <source root>/dagger or <source root>/com/google/common/*. However, when I annotate Netty (io.netty.bootstrap) no new files are cre... -
Created External Annotations not working for Dagger?
I told IntillJ to auto-generate an external annotation for Dagger's ObjectGraph.get. However, I am still getting possible NPE warnings when I try to access the return value of the method.final Ser... -
Created External Annotations only for third party libraries?
How can I make it so IntelliJ will do inline `@Nonnull` and `@Nullable` annotations when in my source code but use an external annotations file when annotating third party library code? For exampl...