Package org.jboss.forge.roaster.spi
Interface WildcardImportResolver
-
public interface WildcardImportResolverResponsible for providing additional import resolution functionality for situations where classes have referenced a package or wild-card import.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringresolve(JavaType<?> source, String type)Resolves the wildcard type from the specified source
-