Annotation Interface Feature.Import

Enclosing class:
Feature

@Documented @Target(TYPE_USE) @Retention(CLASS) public static @interface Feature.Import
Mark a superclass or implemented interface as imported into the feature. Usually, extending or implementing non-feature types is an error. This annotation allows to declare that you know what you're doing. Use with caution.