diff --git a/lib/src/main/java/net/tomatentum/cutin/method/BestCandidateMethod.java b/lib/src/main/java/net/tomatentum/cutin/method/BestCandidateMethod.java index 88a476a..c0eeb6f 100644 --- a/lib/src/main/java/net/tomatentum/cutin/method/BestCandidateMethod.java +++ b/lib/src/main/java/net/tomatentum/cutin/method/BestCandidateMethod.java @@ -61,6 +61,11 @@ public class BestCandidateMethod extends Ref .findFirst().orElse(null); } + //TODO add result Doc based Parser (which run before produce) + public void identifier(I identifier) { + this.identifier = identifier; + } + @Override public boolean equals(Object obj) { if (obj instanceof BestCandidateMethod bcMethod) {