import org.intellij.lang.annotations.Language; public class Test { public Test(@Language("HTML") String str) { } }