[jboss-cvs] JBossAS SVN: r100398 - projects/profileservice/trunk/spi/src/main/java/org/jboss/profileservice/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 4 04:50:50 EST 2010


Author: emuckenhuber
Date: 2010-02-04 04:50:50 -0500 (Thu, 04 Feb 2010)
New Revision: 100398

Modified:
   projects/profileservice/trunk/spi/src/main/java/org/jboss/profileservice/spi/ProfileKey.java
Log:
use the profilekey mapper

Modified: projects/profileservice/trunk/spi/src/main/java/org/jboss/profileservice/spi/ProfileKey.java
===================================================================
--- projects/profileservice/trunk/spi/src/main/java/org/jboss/profileservice/spi/ProfileKey.java	2010-02-04 09:48:20 UTC (rev 100397)
+++ projects/profileservice/trunk/spi/src/main/java/org/jboss/profileservice/spi/ProfileKey.java	2010-02-04 09:50:50 UTC (rev 100398)
@@ -23,6 +23,8 @@
 
 import java.io.Serializable;
 
+import org.jboss.metatype.api.annotations.MetaMapping;
+
 /**
  * The key for a Profile. It consists of the domain, server and name.
  * 
@@ -30,6 +32,7 @@
  * @author <a href="mailto:emuckenh at redhat.com">Emanuel Muckenhuber</a>
  * @version $Revision$
  */
+ at MetaMapping(ProfileKeyMetaMapper.class)
 public class ProfileKey
    implements Comparable<ProfileKey>, Serializable
 {




More information about the jboss-cvs-commits mailing list