Module org.elasticsearch.base
Package org.elasticsearch.core
Annotation Interface FixForMultiProject
@Retention(SOURCE)
@Target({LOCAL_VARIABLE,CONSTRUCTOR,FIELD,METHOD,TYPE,MODULE})
public @interface FixForMultiProject
Annotation to identify a block of code (a whole class, a method, a field, or a local variable) that needs to be reviewed (for cleanup,
removal or change) before merging the multi-project branch into main
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSome explanation on what and why for the future fix
-
Element Details
-
description
String descriptionSome explanation on what and why for the future fix- Default:
""
-