more reflection stuff

This commit is contained in:
Christopher Moyer 2023-01-03 00:12:42 -05:00
parent 5af8062ed2
commit 2b398563dc

View file

@ -9,7 +9,8 @@ import javax.enterprise.inject.Produces;
import javax.inject.Inject; import javax.inject.Inject;
@ApplicationScoped @ApplicationScoped
@RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class, com.google.maps.model.GeocodingResult.class}) @RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class,
com.google.maps.model.GeocodingResult.class, com.google.maps.model.AddressComponent.class})
public class GoogleApiBeans { public class GoogleApiBeans {
@Inject @Inject