@Target(value={PARAMETER,METHOD,FIELD})
public @interface JkDepSuggest
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
hint
We can specify a query to narrow the search, such as "com.google.guava:guava-".
|
boolean |
versionOnly
Mention that we are interested in retrieving versions only.
|
public abstract java.lang.String hint
An arbitrary list can also be specified by using a comma-separated string,
combined with versionOnly=true
.
Example:
public abstract boolean versionOnly
hint()
by specifying a complete
group and name as *com.google.guava:guava:*