more reflection stuff

This commit is contained in:
Christopher Moyer 2023-01-03 00:19:04 -05:00
parent 2b398563dc
commit 4077f70e11

View file

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