Skip to content

Commit

Permalink
Allow extending Meta to support extra attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf committed Aug 11, 2017
1 parent 4e6adf0 commit d26b8f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* Stores metadata about a SCIM object.
*/
public final class Meta
public class Meta
{
@Attribute(description = "The resource Type",
mutability = AttributeDefinition.Mutability.READ_ONLY,
Expand Down

0 comments on commit d26b8f0

Please sign in to comment.