Skip to content

Commit

Permalink
Fix the docs of TaskAwareExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jun 22, 2023
1 parent 7ebdc45 commit f184bda
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
*
* Created to avoid repeating these actions throughout GUI code.
*
* NOT SERIALIZABLE, so please do not store directly or indirectly in Wicket components.
* This class is NOT SERIALIZABLE (although it probably could be made so); neither the instances of {@link Executable}
* and {@link ExecutableVoid} are. Please do not store these objects in Wicket components (directly or indirectly).
*
* TODO the treatment of "void" methods is not good now (two methods + ugly names); to be improved
*/
@Experimental
public class TaskAwareExecutor {
Expand Down

0 comments on commit f184bda

Please sign in to comment.