Clearly mark java CSSNode as deprecated. It will go away very soon

Reviewed By: lucasr

Differential Revision: D3992775

fbshipit-source-id: b3ceca277e5c7426eb51f8cbeacf5e2fe451c6ec
This commit is contained in:
Emil Sjolander
2016-10-12 02:49:37 -07:00
committed by Facebook Github Bot
parent a13b373c94
commit 5c728a47b9
14 changed files with 55 additions and 55 deletions

View File

@@ -25,7 +25,7 @@ import com.facebook.react.uimanager.annotations.ReactPropertyHolder;
/**
* Class responsible for knowing how to create and update catalyst Views of a given type. It is also
* responsible for creating and updating CSSNode subclasses used for calculating position and size
* responsible for creating and updating CSSNodeDEPRECATED subclasses used for calculating position and size
* for the corresponding native view.
*/
@ReactPropertyHolder