- 
                Notifications
    You must be signed in to change notification settings 
- Fork 37
Reserved Keywords
        Alexey Valikov edited this page Mar 25, 2015 
        ·
        1 revision
      
    In order to avoid syntax errors in the generated code, Jsonix Schema Compiler considers reserved keywords (see below) in type and property names. If such a name is encountered, the compiler will try to correct it to be a valid identifier.
Reserved keywords are:
- abstract
- boolean
- break
- byte
- case
- catch
- char
- class
- const
- continue
- default
- do
- double
- else
- extends
- final
- finally
- float
- for
- goto
- if
- implements
- import
- instanceof
- int
- interface
- long
- native
- new
- package
- private
- protected
- public
- return
- short
- static
- strictfp
- super
- switch
- synchronized
- this
- throw
- throws
- transient
- try
- void
- volatile
- while
- true
- false
- null
- assert
- enum
- Usage
- Basic Concepts
- Generation
- Configuration
- Advanced Topics
- Sample Projects
- Troubleshooting
- Development