Here is a java example with syntax highlighting
@Entity @Table(name = "ATTACHMENT") @Cache(usage=CacheConcurrencyStrategy.NONSTRICT_READ_WRITE) public class Attachment implements Comparable<Attachment>, Serializable { static final private long serialVersionUID = 1L; static final private Log logger = LogFactory.getLog(Attachment.class); // Raw Properties private String key; private String contentType; private byte[] binary; ... }
This is a java example with syntax highlighting and callouts
@Entity@Table(name = "ATTACHMENT") @Cache(usage=CacheConcurrencyStrategy.NONSTRICT_READ_WRITE) public class Attachment implements Comparable<Attachment>, Serializable { static final private long serialVersionUID = 1L; static final private Log logger = LogFactory.getLog(Attachment.class); // Raw Properties private String key; private String contentType; private byte[] binary;
![]()
![]() |
The
|
![]() | This is the last line: binary field |