[dom] Implementation: Javadoc cleanup

GitOrigin-RevId: b9d5f405e37b25fe4e568eee41a944c802414aff
This commit is contained in:
Yann Cébron
2019-08-07 11:10:08 +03:00
committed by intellij-monorepo-bot
parent 6778d1b884
commit 97290ae758
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2012 JetBrains s.r.o.
* Copyright 2000-2019 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ import java.lang.annotation.Target;
* Specifies DOM interface implementation. Implementation should be abstract class with only
* non-DOM methods defined, it should implement the annotated interface.
*
* @deprecated use extension point com.intellij.util.xml.impl.DomImplementationClassEP#EP_NAME
* @deprecated use extension point {@code com.intellij.dom.implementation} instead
*/
@Deprecated
@Retention(RetentionPolicy.RUNTIME)