Filip
Filip
Yeah, I just looked into Eclipse javadocs and I've read: > For example a method tagged with this annotation should not be called by clients So it probably means referencing...
I've started writing an approach to this. I've mentioned the general idea [here](https://github.com/apiguardian-team/apiguardian/pull/8#issuecomment-348696987). Instead of plugging into compiler, I intend to extract API descriptor with Google Reflections (I had an...
> Check correct usage of APIs (internally and externally) > * The tool should check that @API is only declared on public types/methods. What else can we check here? Do...