Skip to content

AuthorizationProxyFactory.proxy should return the same type that is passed into the method #16706

@rwinch

Description

@rwinch

This would make it type safe for consumers of the API. Instead of

Service service = (Service) factory.proxy(new Service());

it could be written

Service service = factory.proxy(new Service());

NOTE: I think this might be a change fore 7.0

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions