mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[jvm] JvmElementVisitor: javadoc
GitOrigin-RevId: 7853458d4a24057a0a25d17d868b85dd408b61cb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3c0088b71b
commit
e7b3075e59
@@ -1,10 +1,11 @@
|
||||
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
// Copyright 2000-2024 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.lang.jvm;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
* @param <T> result of computation
|
||||
* @see DefaultJvmElementVisitor
|
||||
*/
|
||||
public interface JvmElementVisitor<T> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user