package org.hibernate.tool.hbmlint; public class BrokenLazy { long id; public BrokenLazy(long id) { this.id = id; } }