@Retention(value=CLASS) @Repeatable(value=EnvironmentInterfaces.class) @Target(value=TYPE) @Documented public @interface EnvironmentInterface
Use with caution, as Fabric-loader will remove the interface from implements declaration
of the class in a mismatched environment!
Implemented methods are not removed. To remove implemented methods, use Environment.
Environment