FileDocCategorySizeDatePackage
AppClientPersistenceDependencyAnnotationScanner.javaAPI DocGlassfish v2 API2612Fri May 04 22:31:36 BST 2007com.sun.enterprise.deployment.annotation.introspection

AppClientPersistenceDependencyAnnotationScanner

public class AppClientPersistenceDependencyAnnotationScanner extends AbstractAnnotationScanner
Scans for annotations relevant to persistence units that indicate an app client depends on at least one persistence unit.
author
tjquinn

Fields Summary
Constructors Summary
public AppClientPersistenceDependencyAnnotationScanner()
Creates a new instance of PersistenceAnnotationScanner

    
Methods Summary
protected voidinit(java.util.Set annotationsSet)

        annotationsSet.add("Ljavax/persistence/PersistenceUnit");
        annotationsSet.add("Ljavax/persistence/PersistenceUnits");