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