Advertisement
Guest User

Untitled

a guest
Jun 12th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. <class name="com.example.DataBean" abstract="true">
  2.     <property ....... />
  3. </class>
  4.  
  5.  
  6.  
  7. <class name="com.example.Member">
  8.     <component name="m_data" REFERENCE_TO_DEFINITION="com.example.DataBean" >
  9.     </component>
  10. </class>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement