FileTypeFactory: javadoc

GitOrigin-RevId: d115c7eaa73ca16f307572fde017ced20f37baec
This commit is contained in:
Yann Cébron
2020-02-19 16:56:32 +01:00
committed by intellij-monorepo-bot
parent 09ad851f46
commit 58ea85dc1d

View File

@@ -1,12 +1,14 @@
// Copyright 2000-2019 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-2020 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.openapi.fileTypes;
import com.intellij.openapi.extensions.ExtensionPointName;
import org.jetbrains.annotations.NotNull;
/**
* Registers {@link FileType} with specific file name extensions/patterns.
*
* @author peter
* @deprecated use {@code com.intellij.fileType} extension point instead
* @deprecated use {@code com.intellij.fileType} extension point instead for declarative registration
*/
@Deprecated
public abstract class FileTypeFactory {