Daniel Uribe
Daniel Uribe

Reputation: 778

Is there any Decorator class in Java library?

I wondering is there any class or interface in Java library what i can use as Decorator-pattern or any 3rd party library you recommend. I already know i can do it for my own, but i'm looking for something similar to show in a class.

Upvotes: 1

Views: 359

Answers (1)

SomeonePlusPlus
SomeonePlusPlus

Reputation: 60

I think you're looking for something like JLayer http://www.javazoom.net/javalayer/javalayer.html

Upvotes: 3

Related Questions