Package | Description |
---|---|
org.sonatype.guice.bean.scanners |
ASM-based bean scanning.
|
org.sonatype.guice.bean.scanners.asm |
Repackaged subset of ASM classes.
|
Modifier and Type | Method and Description |
---|---|
FieldVisitor |
EmptyClassVisitor.visitField(int access,
String name,
String desc,
String signature,
Object value) |
Modifier and Type | Method and Description |
---|---|
FieldVisitor |
ClassWriter.visitField(int access,
String name,
String desc,
String signature,
Object value) |
FieldVisitor |
ClassVisitor.visitField(int access,
String name,
String desc,
String signature,
Object value)
Visits a field of the class.
|
Copyright © 2010-2013 Sonatype, Inc.. All Rights Reserved.