Skip to content

Commit

Permalink
use jakarta annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
VISTALL committed Dec 30, 2024
1 parent 700115b commit a064a11
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.jetbrains.annotations.NotNull;
import org.napile.cpp4idea.CLanguage;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.jetbrains.annotations.NotNull;
import org.napile.cpp4idea.CLanguage;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import consulo.ui.image.Image;
import org.napile.cpp4idea.CLanguage;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import consulo.ui.image.Image;
import org.napile.cpp4idea.CLanguage;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import consulo.language.psi.PsiFile;
import org.napile.cpp4idea.lang.psi.CPsiFile;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import org.jetbrains.annotations.NotNull;
import org.napile.cpp4idea.CLanguage;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import consulo.language.psi.PsiFile;
import consulo.language.version.LanguageVersion;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import consulo.cpp.lang.CPPSourceFileType;
import consulo.cpp.lang.CSourceFileType;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.jetbrains.annotations.NotNull;
import org.napile.cpp4idea.CLanguage;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import consulo.language.Language;
import org.napile.cpp4idea.CLanguage;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import org.napile.cpp4idea.lang.psi.CPsiImplementingMethod;
import org.napile.cpp4idea.lang.psi.visitors.CPsiRecursiveElementVisitor;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;
import java.util.ArrayList;
import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.napile.cpp4idea.CLanguage;
import org.napile.cpp4idea.lang.psi.CPsiTokens;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import org.napile.cpp4idea.lang.psi.CPsiTokenImpl;
import org.napile.cpp4idea.lang.psi.CPsiTokens;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/java/consulo/cpp/impl/CppIconProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import org.napile.cpp4idea.lang.psi.CPsiClass;
import org.napile.cpp4idea.lang.psi.CPsiDeclarationMethod;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

@ExtensionImpl
public class CppIconProvider implements IconDescriptorUpdater
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import consulo.colorScheme.AdditionalTextAttributesProvider;
import consulo.colorScheme.EditorColorsScheme;

import javax.annotation.Nonnull;
import jakarta.annotation.Nonnull;

/**
* @author VISTALL
Expand Down

0 comments on commit a064a11

Please sign in to comment.