|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
InjectionPoint forConstructor(Constructor<T> ) |
Returns a new injection point for the specified constructor. |
InjectionPoint forConstructor(Constructor<T>, |
Returns a new injection point for the specified constructor of {@code type}. |
TypeLiteral<?> getDeclaringType() |
Returns the generic type that defines this injection point. |
boolean isToolable() |
Returns true if the element is annotated with {@literal @}Toolable. |
Changed Methods | ||
Set<InjectionPoint> forStaticMethodsAndFields(TypeLiteral<?> ) |
Change in signature from TypeLiteral to TypeLiteral<?> . |
Returns all static method and field injection points on {@code type}. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |