Skip to content

Commit

Permalink
Remove @dependent annotation for MP Rest Client (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
justineechen authored and gkwan-ibm committed Feb 4, 2019
1 parent a6438ae commit ac637ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;

// tag::annotations[]
@Dependent

@RegisterRestClient
@RegisterProvider(ExceptionMapper.class)
@Path("/properties")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;

// tag::annotations[]
@Dependent

@RegisterRestClient
@RegisterProvider(ExceptionMapper.class)
@Path("/properties")
Expand Down

0 comments on commit ac637ec

Please sign in to comment.