rpau / javalang-compiler

Java compiler elements (symbol and type tables) to perform code semantic analysis
GNU Lesser General Public License v3.0
10 stars 4 forks source link

References from classes that appear in annotations #89

Open rpau opened 5 years ago

rpau commented 5 years ago

Example:

@Import({LoggingConfig.class, MetricsConfig.class})