- findAnnotationClass(Class<?>, Class<?>) - Static method in class lombok.core.SpiLoadUtil
-
This method will find the @{code T} in public class Foo extends BaseType<T>.
- findAnnotations(FieldDeclaration, Pattern) - Static method in class lombok.eclipse.Eclipse
-
Searches the given field node for annotations and returns each one that matches the provided regular expression pattern.
- findServices(Class<C>) - Static method in class lombok.core.SpiLoadUtil
-
Returns an iterator of instances that, at least according to the spi discovery file, are implementations
of the stated class.
- findServices(Class<C>, ClassLoader) - Static method in class lombok.core.SpiLoadUtil
-
Returns an iterator of class objects that, at least according to the spi discovery file, are implementations
of the stated class.
- fromQualifiedName(String) - Static method in class lombok.eclipse.Eclipse
-