Adam Ruka

Results 69 comments of Adam Ruka

This has been fixed in Jilt release `1.5`. I'm resolving this issue, please comment if you run into this problem again, and I'll be happy to reopen.

@thmasker would you mind creating a small GitHub repo with a reproduction? Iā€™d be easier for me to investigate that way.

Remind me, what does `@Documented` do again? šŸ˜›

> It would make `@Builder` and/or `@BuilderInterfaces` annotations to appear in JavaDocs in its annotated elements. I think it would be really useful if Jilt's annotations are used as meta-annotations....

Actually, `CLASS` preserves the annotations in the compiled `.class` files (hence the name).

I did some digging on my own, and the problem is that the [`process()` method of the annotation processor](https://github.com/skinny85/jilt/blob/0bb0014cc177fee9f4667d580c73f424c57c7e55/src/main/java/org/jilt/JiltAnnotationProcessor.java#L29-L41) is not even called when a class is annotated just with...

I agree with you šŸ™‚. While it's not the worst, it is a little awkward. I would probably also just define the annotation inside my project, and abandon the idea...

I think that's absolutely insane, but hey, go for it - don't let me stop you! šŸ˜ƒ