Skip to content

Commit

Permalink
use explicit annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Mar 27, 2011
1 parent a5e68b7 commit 8a051b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -36,6 +36,7 @@ public void setId(Long id)
this.id = id;
}

@IdentityProperty(PropertyType.NAME)
public String getName()
{
return name;
Expand Down
Expand Up @@ -38,6 +38,7 @@ public void setId(Long id)
this.id = id;
}

@IdentityProperty(PropertyType.NAME)
public String getName()
{
return name;
Expand Down

0 comments on commit 8a051b0

Please sign in to comment.