javax.inject
Annotation Type Specializes


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface Specializes

Specifies that an implementation class directly specializes its superclass, of that a producer method directly specializes the method it overrides.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.