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
Consider using ServiceLoader instead of reflection. ServiceLoader is a standard way for pluggable component, so you can remove the home made Hidden annotation.
Consider using ServiceLoader instead of reflection.
ServiceLoader
is a standard way for pluggable component, so you can remove the home madeHidden
annotation.petscii-bbs/src/main/java/eu/sblendorio/bbs/core/BBServer.java
Line 103 in 0a9546a
The text was updated successfully, but these errors were encountered: