Package edu.pdx.cs399J.reflect

This package contains examples of Java's Reflection API.

See:
          Description

Class Summary
AnnotationsExample Deprecated. This class shouldn't be used anymore
DescribeClass This program uses Java reflection to describe a class, its methods, and fields.
FindClassFiles This class provides an example of anonymous inner classes.
InstantiateClass This program reads the name of a class with a zero-argument constructor and uses Java reflection to load and instantiate the class.
LoggingClassLoader This ClassLoader prints out the name of every class that it (or its parent) loads.
PrintDeclaration This program reads a resource containing the text of the Declaration of Independence and prints it to standard out.
 

Package edu.pdx.cs399J.reflect Description

This package contains examples of Java's Reflection API. Reflection allows programs to dynamically examine objects and the classes that model.

Links about annotations and annotation processing



Copyright © 2000-2009 Portland State University. All Rights Reserved.