File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
src/main/java/io/openliberty/tools/intellij/lsp4jakarta/lsp4ij/di Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2021, 2022 IBM Corporation.
2+ * Copyright (c) 2021, 2024 IBM Corporation.
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License v. 2.0 which is available at
1515
1616public class DependencyInjectionConstants {
1717
18-
1918 /* Annotation Constants */
20-
21- public static final String PRODUCES = "Produces" ;
22- public static final String INJECT = "Inject" ;
2319 public static final String INJECT_FQ_NAME = "jakarta.inject.Inject" ;
24- public static final String QUALIFIER = "Qualifier" ;
25- public static final String NAMED = "Named" ;
26-
2720
2821 /* Diagnostics fields constants */
2922 public static final String DIAGNOSTIC_SOURCE = "jakarta-di" ;
You can’t perform that action at this time.
0 commit comments