[ 
https://issues.apache.org/jira/browse/BEAM-6240?focusedWorklogId=175678&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-175678
 ]

ASF GitHub Bot logged work on BEAM-6240:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Dec/18 06:39
            Start Date: 15/Dec/18 06:39
    Worklog Time Spent: 10m 
      Work Description: reuvenlax opened a new pull request #7289: [BEAM-6240] 
Add a library of schema annotations for POJO and JavaBeans
URL: https://github.com/apache/beam/pull/7289
 
 
   Annotations added:
   
   @SchemaIgnore - Skip a field
   @FieldName - Specify the name of a field (instead of just using the Java 
field name)
   @SchemaCreate - Specify a constructor or static creator for a user type. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 175678)
            Time Spent: 10m
    Remaining Estimate: 0h

> Allow users to annotate POJOs and JavaBeans for richer functionality
> --------------------------------------------------------------------
>
>                 Key: BEAM-6240
>                 URL: https://issues.apache.org/jira/browse/BEAM-6240
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Reuven Lax
>            Assignee: Reuven Lax
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Desired annotations:
>   * SchemaIgnore - ignore this field
>   * FieldName - allow the user to explicitly specify a field name
>   * SchemaCreate - register a function to be used to create an object (so 
> fields can be final, and no default constructor need be assumed).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to