src.site.apt.generics.apt Maven / Gradle / Ivy
------
Generics
------
Max Antoni
------
04.03.2007
------
~~ Copyright (c) 2006-2007 Maximilian Antoni. All rights reserved.
~~ This software is licensed as described in the file LICENSE.txt, which you
~~ should have received as part of this distribution. The terms are also
~~ available at http://www.maxantoni.de/projects/eva-properties/license.txt.
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
Generics
* Boolean
+----------------------------------------------+
true1: true
true2: yes
true3: on
false1: false
false2: no
false3: off
+----------------------------------------------+
* Numbers
+----------------------------------------------+
long: 1234
double: 123.4
+----------------------------------------------+
* Char, char[] and String
+----------------------------------------------+
char: 'c'
char-array: 'abcdefg'
string: "string"
+----------------------------------------------+
© 2015 - 2025 Weber Informatics LLC | Privacy Policy