Skip to content

Commit

Permalink
Removing @RegisterForReflection
Browse files Browse the repository at this point in the history
  • Loading branch information
ShravaniP authored and jamesnetherton committed Nov 3, 2023
1 parent 841693a commit 879fe4b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;

import io.quarkus.runtime.annotations.RegisterForReflection;
import jakarta.enterprise.context.ApplicationScoped;
import jakarta.inject.Named;
import org.apache.camel.Handler;
import org.jboss.logging.Logger;

@ApplicationScoped
@RegisterForReflection
@Named("costlyApiService")
public class CostlyApiService {

Expand Down

0 comments on commit 879fe4b

Please sign in to comment.