Restructure Project, Add Annotation Processor #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "f/annotation-processor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The new annotation processor detects incorrect usage of the
@Eventannotation and can possibly be extended to include next-generation features like code generation.To accomodate this sub-project, the project architecture has been redefined: Event Bus is now split into the parent project
event-buswith the modulesevent-bus-core(the existing implementation) andevent-bus-ap(the annotation processor).In a future release, more modules can be added to the project that could enable integration with libraries like Swing and JavaFX without compromising the light-weight architecture of the core library.
👍 (You could almost assume that I sat next to you while you programmedd that)
@@ -36,2 +42,2 @@<connection>scm:git:https://git.kske.dev/zdm/event-bus.git</connection><developerConnection>scm:git:ssh:git@git.kske.dev:zdm/event-bus.git</developerConnection><connection>scm:git:https://git.kske.dev/kske/event-bus.git</connection><developerConnection>scm:git:ssh:git@git.kske.dev:kske/event-bus.git</developerConnection>I think that link is no longer up to date as we switched ssh ports…
Totally correct, gotta take care of that.