[jvm] JvmElementVisitor: javadoc

GitOrigin-RevId: 7853458d4a24057a0a25d17d868b85dd408b61cb
This commit is contained in:
Yann Cébron
2024-07-16 14:03:54 +02:00
committed by intellij-monorepo-bot
parent 3c0088b71b
commit e7b3075e59

View File

@@ -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> {