docs: added additional comments and todos for "choose new targets" code

This commit is contained in:
Oleg Agafonov 2023-09-16 10:19:08 +04:00
parent b6dbc782be
commit a4daad1f92
2 changed files with 71 additions and 46 deletions

View file

@ -40,7 +40,7 @@ public abstract class TargetImpl implements Target {
protected int targetTag; // can be set if other target check is needed (AnotherTargetPredicate)
protected String chooseHint = null; // UI choose hints after target name
protected boolean shouldReportEvents = true;
protected boolean shouldReportEvents = true; // generates TARGET and TARGETED events (can be disabled in non targeting mode, e.g. on target change)
@Override
public abstract TargetImpl copy();