mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[dom] Implementation: Javadoc cleanup
GitOrigin-RevId: b9d5f405e37b25fe4e568eee41a944c802414aff
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user