Attributes
- class
- Required. The fully qualified class name of the class being
imported, including the package name if any (such as
java.util.Properties
). - name
- Optional. A short name (such as
Properties
) that you can use elsewhere in the macro to refer to the imported type. If you do not specify a short name, then the short name is the same as the fully qualified class name. There are a few restrictions on the spelling of type names (see Variable names and type names).