| Did you know ... | Search Documentation: |
| Send methods |
->load_defaults). Type
declares the type. If the class-variable acts as a default-variable for
an instance-variable, using @default
will copy the type of the instance-variable. Summary is used for
documentation. When absent, the documentation from the corresponding
instance variable is used, or the documentation from a class-variable
defined in one of the super-classes.
Class-variables are normally defined using class_variable/4 in the definition of a user-defined class.