Package | Description |
---|---|
com.sun.enterprise.deployment.annotation.impl | |
org.glassfish.apf |
Provides the classes necessary to process J2SE 1.5 annotations in the context
of the J2EE application server.
|
org.glassfish.apf.impl | |
org.glassfish.ejb.deployment.annotation.impl | |
org.glassfish.web.deployment.annotation.impl |
Modifier and Type | Class and Description |
---|---|
class |
AppClientScanner
Implementation of the Scanner interface for AppClient
|
class |
ModuleScanner<T>
This is an abstract class of the Scanner interface for J2EE module.
|
class |
RarScanner
Scanner for rar files to file subjars in a directory
|
Modifier and Type | Method and Description |
---|---|
Scanner |
ProcessingContext.getProcessingInput()
Returns the Scanner implementation which is responsible for providing
access to all the .class files the processing tool needs to scan.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingContext.setProcessingInput(Scanner scanner)
Sets the Scanner implementation which is responsible for accessing
all the .class files the AnnotationProcessor should process.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryScanner
Implementation of the Scanner interface for a directory
|
class |
JarScanner
Implements the scanner interface on a jar file.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbInWarScanner |
class |
EjbJarScanner
Implementation of the Scanner interface for Ejb jar.
|
Modifier and Type | Class and Description |
---|---|
class |
WarScanner
Implementation of the Scanner interface for war.
|
Copyright © 2021. All rights reserved.