public class JavaVersions extends Object
Modifier and Type | Field and Description |
---|---|
static int |
VERSION
Java version; one of 2, 3, 4, 5, 6, or 7.
|
Constructor and Description |
---|
JavaVersions() |
Modifier and Type | Method and Description |
---|---|
static Class<?>[] |
getParameterizedTypes(Field f)
Collects the parameterized type declarations for a given field.
|
static Class<?>[] |
getParameterizedTypes(Method meth)
Collects the parameterized return type declarations for a given method.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.