com.sun.enterprise.tools.apt
Class ContractFinder

java.lang.Object
  extended by com.sun.enterprise.tools.apt.ContractFinder

public class ContractFinder
extends Object

Given a TypeDeclaration, find all super-types that have Contract, including ones pointed by ContractProvided.

Author:
Kohsuke Kawaguchi

Method Summary
static Set<com.sun.mirror.declaration.TypeDeclaration> find(com.sun.mirror.declaration.TypeDeclaration d)
          The entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

find

public static Set<com.sun.mirror.declaration.TypeDeclaration> find(com.sun.mirror.declaration.TypeDeclaration d)
The entry point.



Copyright © 2013 Oracle Corporation. All Rights Reserved.