You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually was a little too optimistic about it. I had forgotten about the fact that AnnotationControllerConfiguration requires an annotation processor to run to work properly, which shouldn't be brought into the core module, so this wouldn't be as straightforward as initially thought. We would need a "pure" runtime annotation processing version of AnnotationControllerConfiguration but then the question becomes how to share the behavior between the modules.
Activity
metacosm commentedon Mar 9, 2022
Actually was a little too optimistic about it. I had forgotten about the fact that
AnnotationControllerConfiguration
requires an annotation processor to run to work properly, which shouldn't be brought into the core module, so this wouldn't be as straightforward as initially thought. We would need a "pure" runtime annotation processing version ofAnnotationControllerConfiguration
but then the question becomes how to share the behavior between the modules.feat: add non-apt-tied behavior annotation and configuration to core
feat: add non-apt-tied behavior annotation and configuration to core
feat: add non-apt-tied behavior annotation and configuration to core (#…