Skip to content
On this page

Types Overview

Built-in types

Joelang has a rich set of types:

Custom types

You can create a custom type by defining a class.

class Foo {}
abstract class Bar {}