Annotation Interface EngineFeature
@Target({PACKAGE,TYPE})
@Retention(RUNTIME)
@Repeatable(EngineFeatures.class)
public @interface EngineFeature
Marks a cross-cutting engine feature for the website.
Place on
package-info.java files alongside EngineModule,
or on dedicated feature marker classes.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionShort description for the feature card.Display name on the website. -
Optional Element Summary
Optional Elements