Skip to content

Support for JEP 467 Markdown Javadoc comments? #234

@lopcode

Description

@lopcode

Hi there,

Thanks for maintaining JavaPoet!

I'm curious if you have any desire to support Markdown-style Javadoc comments, as per https://openjdk.org/jeps/467.

If not, I'm trying to figure out what the best way to achieve this is, using the existing API. I see anything added as a javadoc entry in MethodSpec gets emitted surrounded by /** */ via CodeWriter - so I don't think there's a point at which I could add my own stuff before the method definition.

A possible alternative is doing some post-processing of the file myself, but trying to avoid that if I can.

Sage

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions