petscii-bbs
petscii-bbs copied to clipboard
Consider using ServiceLoader
Consider using ServiceLoader instead of reflection.
ServiceLoader
is a standard way for pluggable component, so you can remove the home made Hidden
annotation.
https://github.com/sblendorio/petscii-bbs/blob/0a9546a74f4b73c5c13ff9fc32d61855bcfa215d/src/main/java/eu/sblendorio/bbs/core/BBServer.java#L103