Right now the bytecode enhancer only looks for annotations on fields.
Should apply the same logic as hibernate core ( check @Accesss annotation in fields and methods ). If @Access is not present, default to property access.