Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードに次の行があります。
interface Options{ @Option(longName = "fileName"); String name; }
ここで @Option が何を意味するのか理解できませんか? また、一般的に「@」文字はJavaで何を意味しますか?
JewelCLIはこれらのアノテーションを使用して、プロキシされたインターフェースを表します。ここに使用例があります。