SingleStaticImportDeclaration:
import static TypeName . Identifier;
The TypeName must be the canonical name of a class or interface type. The Identifier must name at least one static member of the named type.
StaticImportOnDemandDeclaration:
import static TypeName . * ;
No comments:
Post a Comment