Interface defining the arguments required to create a new Import instance.
Args
The fully qualified package path to import
Optional
Whether this is a static import (import static java.lang.Math.*)
Whether this is a wildcard import (import java.util.*)
Interface defining the arguments required to create a new Import instance.
Args