-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
The following method in com.liferay.faces.bridge.application.internal.ApplicationCompatImpl has the @Deprecated annotation, but JavaDoc needs to be added to explain why:
@Deprecated @Override public UIComponent createComponent(FacesContext facesContext, String componentType, String rendererType) { ... }
The JSF API JavaDoc for this method indicates the reasoning.