Sha256: 1d57bb1c8b85fbdb01fe32be32562ed100b943952219b9b5a2415714fa71e7d0
Contents?: true
Size: 729 Bytes
Versions: 2
Compression:
Stored size: 729 Bytes
Contents
/* **************************************************************************** * ReturnPOJOExample.java * ****************************************************************************/ /* J_LZ_COPYRIGHT_BEGIN ******************************************************* * Copyright 2001-2004 Laszlo Systems, Inc. All Rights Reserved. * * Use is subject to license terms. * * J_LZ_COPYRIGHT_END *********************************************************/ package examples; /** * Example that returns only public members. See * examples/javarpc/returnpojo.lzx. */ public class ReturnPOJOExample { public static MyPOJO getPOJO() { return new MyPOJO(); } }
Version data entries
2 entries across 2 versions & 1 rubygems