Skip to content

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

Open
@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

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions