|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.implementation.java.impl.JavaClassIntrospectorImpl
public class JavaClassIntrospectorImpl
An extensible Java class introspector implementation.
| Constructor Summary | |
|---|---|
JavaClassIntrospectorImpl(java.util.List<JavaClassVisitor> visitors)
|
|
| Method Summary | |
|---|---|
void |
introspectClass(JavaImplementation type,
java.lang.Class<?> clazz)
JSR-250 PFD recommends the following guidelines for how annotations interact with inheritance in order to keep the resulting complexity in control: Class-level annotations only affect the class they annotate and their members, that is, its methods and fields. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaClassIntrospectorImpl(java.util.List<JavaClassVisitor> visitors)
| Method Detail |
|---|
public void introspectClass(JavaImplementation type,
java.lang.Class<?> clazz)
throws IntrospectionException
IntrospectionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||