mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 01:25:41 +00:00
Commented flyweight example.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
*
|
||||
* Flyweight (PotionFactory) is useful when there is plethora of
|
||||
* objects (Potion). It provides means to decrease resource usage
|
||||
* by sharing object instances.
|
||||
*
|
||||
*/
|
||||
public class App
|
||||
{
|
||||
public static void main( String[] args )
|
||||
|
||||
Reference in New Issue
Block a user