@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface DisableOnWindows
You must add the following to the class where this annotation is being used:
@Listeners(DisableOnWindows)
public abstract String reason
e.g. "Needs an ssh server listening on port 22 on localhost."
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.