For example:
@Entity class Person { ... @Convert( disableConversion=true ) private String someAttribute; }
Indicates that no converter should be applied to Person#someAttribute