Coverage Report - org.trails.hibernate.HasAssignedIdentifier
 
Classes in this File Line Coverage Branch Coverage Complexity
HasAssignedIdentifier
N/A 
N/A 
0
 
 1  
 /*
 2  
  * Copyright 2004 Chris Nelson
 3  
  *
 4  
  * Licensed under the Apache License, Version 2.0 (the "License");
 5  
  * you may not use this file except in compliance with the License.
 6  
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 7  
  * Unless required by applicable law or agreed to in writing,
 8  
  * software distributed under the License is distributed on an "AS IS" BASIS,
 9  
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 10  
  * See the License for the specific language governing permissions and limitations under the License.
 11  
  */
 12  
 package org.trails.hibernate;
 13  
 
 14  
 
 15  
 /**
 16  
  * @author fus8882
 17  
  *         <p/>
 18  
  *         This interface is for letting the AssignedIdAspect know which
 19  
  *         classes have an assigned id.  The aspect will add the implementation
 20  
  *         of this interface
 21  
  */
 22  
 public interface HasAssignedIdentifier extends Interceptable
 23  
 {
 24  
 }