Search:

Type: Posts; User: cthumuluru

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,072

    Re: Generics and Inheritence.

    I don't what a generic class. I wish my component is agnostic to the specific type. My component gets injected with the implementation. Consumers consume it from my component. Consumer is expected to...
  2. Replies
    3
    Views
    1,072

    Generics and Inheritence.

    I've an interface with generic methods in it. I would like to have specialized methods in the sub types. While doing that I'm seeing the following warnings in eclipse. Appreciate if someone can...
Results 1 to 2 of 2