Annotation Interface Internal
@Documented
@Retention(RUNTIME)
@Target({TYPE,CONSTRUCTOR,METHOD,FIELD,ANNOTATION_TYPE})
public @interface Internal
Marker annotation used to mark Axon Framework internal code. Internal code may undergo breaking changes if our
development cycle requires it so.
Code marked with this annotation is still usable by everybody. Just be aware unexpected changes may occur on internal code. Hence, Axon Framework internal code may introduce breaking changes within minor and patch releases.
- Since:
- 5.0.0
- Author:
- Steven van Beelen